Files
kotlin-fork/backend.native/tests/external/codegen/box/properties/fieldSimple.kt
T
2017-03-13 15:31:46 +03:00

4 lines
53 B
Kotlin

val x: String = "OK"
get() = field
fun box() = x