5 lines
85 B
Kotlin
Vendored
5 lines
85 B
Kotlin
Vendored
// FIR_IDENTICAL
|
|
package customGetValGlobal
|
|
val zz = 1
|
|
get() = field * 2
|