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,6 @@
|
||||
import a.OK
|
||||
|
||||
fun box(): String {
|
||||
OK = "OK"
|
||||
return OK
|
||||
}
|
||||
Reference in New Issue
Block a user