3d8d92c7d3
- test data files renamed from *.jet to *.kt
5 lines
66 B
Kotlin
5 lines
66 B
Kotlin
class Raise() {
|
|
var zz = 1
|
|
set(it) { $zz = it / 2 }
|
|
}
|