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

4 lines
68 B
Kotlin
Vendored

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