6 lines
83 B
Kotlin
Vendored
6 lines
83 B
Kotlin
Vendored
// FIR_IDENTICAL
|
|
class CustomGetVal() {
|
|
val zz = 1
|
|
get() = field * 2
|
|
}
|