package test public class TwoFields() : java.lang.Object() { public var a: Int = 1 public var b: Short = 2; }