Files
kotlin-fork/compiler/testData/codegen/box/properties/fieldInsideLambda.kt
T
2019-11-19 11:00:09 +03:00

6 lines
97 B
Kotlin
Vendored

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