Make stdlib work with -Xmultifile-package-facades.
Fixed wrong owner mapping in presence of -Xmultifile-package-facades. Fixed backing field mapping issue. Added more tests.
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
fun box(): String =
|
||||
listOf("a").map { "OK" }.get(0)
|
||||
Reference in New Issue
Block a user