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