mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-12 00:21:32 +00:00
Fixed wrong owner mapping in presence of -Xmultifile-package-facades. Fixed backing field mapping issue. Added more tests.
2 lines
59 B
Kotlin
Vendored
2 lines
59 B
Kotlin
Vendored
fun box(): String =
|
|
listOf("a").map { "OK" }.get(0) |