11 lines
185 B
Plaintext
Vendored
11 lines
185 B
Plaintext
Vendored
// WITH_RUNTIME
|
|
// SKIP_ERRORS_BEFORE
|
|
class Owner {
|
|
}
|
|
|
|
var Owner.p: Int
|
|
get() = 1
|
|
set(value) {
|
|
<caret><selection>throw UnsupportedOperationException()</selection>
|
|
}
|