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