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 {
|
|
val <caret>p: Int
|
|
get() = 1
|
|
} |