6 lines
85 B
Kotlin
Vendored
6 lines
85 B
Kotlin
Vendored
// FIR_IDENTICAL
|
|
class Raise() {
|
|
var zz = 1
|
|
set(it) { field = it / 2 }
|
|
}
|