3002ac96f0
Additionally, we now generate <selection>throw UnsupportedOperationException()</selection> when a missing body is added
4 lines
53 B
Kotlin
4 lines
53 B
Kotlin
class Owner {
|
|
var <caret>p: Int
|
|
set(v) {}
|
|
} |