// WITH_RUNTIME package foo class InsertThis { val v1 = 1 fun f() { println(v1) } fun use() { f() } }