Files
kotlin-fork/compiler/testData/diagnostics/tests/backingField/CustomGetVal.kt
T

5 lines
66 B
Kotlin
Vendored

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