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