Files
kotlin-fork/compiler/testData/diagnostics/tests/backingField/CustomGetValGlobal.jet
T
2011-12-26 19:55:29 +04:00

4 lines
66 B
Plaintext

package customGetValGlobal
val zz = 1
get() = $zz * 2