5 lines
67 B
Kotlin
Vendored
5 lines
67 B
Kotlin
Vendored
val my: String = "O"
|
|
get() = { field }() + "K"
|
|
|
|
fun box() = my
|