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