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

6 lines
77 B
Plaintext

namespace customGetValGlobal {
val zz = 1
get() = $zz * 2
}