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

5 lines
85 B
Kotlin
Vendored

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