1586a2df8e
Fixed wrong owner mapping in presence of -Xmultifile-package-facades. Fixed backing field mapping issue. Added more tests.
6 lines
62 B
Kotlin
Vendored
6 lines
62 B
Kotlin
Vendored
import a.OK
|
|
|
|
fun box(): String {
|
|
OK = "OK"
|
|
return OK
|
|
} |