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

6 lines
83 B
Kotlin
Vendored

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