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

5 lines
59 B
Kotlin
Vendored

class Raise() {
var zz = 1
get() = field * 2
}