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