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