Fixed accessing namespace private members from inner classes. Added test.
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
private var x = "O"
|
||||
private fun f() = "K"
|
||||
|
||||
fun box() = { x + f() }()
|
||||
Reference in New Issue
Block a user