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