Files
kotlin-fork/compiler/testData/codegen/boxMultifileClasses/calls/varFromOtherPackage.1.kt
T
Dmitry Petrov 1586a2df8e 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.
2015-09-14 11:26:29 +03:00

6 lines
62 B
Kotlin
Vendored

import a.OK
fun box(): String {
OK = "OK"
return OK
}