class Test { var bar : Int = 42 } fun box() { val t = Test() t.bar }