Files
kotlin/compiler/testData/diagnostics/tests/backingField/CustomGetVal.kt

5 lines
66 B
Kotlin
Vendored

class CustomGetVal() {
val zz = 1
get() = field * 2
}