3 lines
55 B
Kotlin
Vendored
3 lines
55 B
Kotlin
Vendored
// FIR_IDENTICAL
|
|
val my: Int = 21
|
|
get() = field * 2 |