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

5 lines
64 B
Plaintext

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