6 lines
76 B
Kotlin
Vendored
6 lines
76 B
Kotlin
Vendored
// FIR_IDENTICAL
|
|
class Raise() {
|
|
var zz = 1
|
|
get() = field * 2
|
|
}
|