3002ac96f0
Additionally, we now generate <selection>throw UnsupportedOperationException()</selection> when a missing body is added
5 lines
122 B
Plaintext
Vendored
5 lines
122 B
Plaintext
Vendored
abstract class Owner {
|
|
}
|
|
|
|
val Owner.p: Int
|
|
get() = <caret><selection>throw UnsupportedOperationException()</selection> |