3002ac96f0
Additionally, we now generate <selection>throw UnsupportedOperationException()</selection> when a missing body is added
3 lines
34 B
Kotlin
3 lines
34 B
Kotlin
class Owner {
|
|
fun <caret>() {}
|
|
} |