fun main(args: Array) { val myA = A() println(myA.prop) println(myA.prop) } class A { val prop = 1 }