3002ac96f0
Additionally, we now generate <selection>throw UnsupportedOperationException()</selection> when a missing body is added
6 lines
115 B
Plaintext
6 lines
115 B
Plaintext
abstract class Owner {
|
|
}
|
|
|
|
fun Owner.f() {
|
|
<caret><selection>throw UnsupportedOperationException()</selection>
|
|
} |