blob: d3643a150f970bbff2753876c0ee4768875743ab [file] [log] [blame]
>>> val c = "OK"
>>> inner class A {
... fun foo() = c
... }
>>> A().foo()
OK