3002ac96f0
Additionally, we now generate <selection>throw UnsupportedOperationException()</selection> when a missing body is added
8 lines
146 B
Plaintext
8 lines
146 B
Plaintext
class Owner {
|
|
}
|
|
|
|
var Owner.p: Int
|
|
get() = 1
|
|
set(value) {
|
|
<caret><selection>throw UnsupportedOperationException()</selection>
|
|
} |