// WITH_RUNTIME fun main(args: Array) { with(A()) { println(prop) println(prop) } } class A { val prop = 1 }