Files
kotlin-fork/compiler/testData/codegen/box/properties/fieldInsideLambda.kt
T
2018-08-09 14:22:50 +03:00

5 lines
67 B
Kotlin
Vendored

val my: String = "O"
get() = { field }() + "K"
fun box() = my