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