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