var prop: Int get() { print("get") val v = 1 v return 1 } set { print("set") val v = 2 print("yes") }