8 lines
152 B
Plaintext
Vendored
8 lines
152 B
Plaintext
Vendored
// WITH_RUNTIME
|
|
// SKIP_ERRORS_BEFORE
|
|
class Owner {
|
|
}
|
|
|
|
val Owner.p: Int
|
|
get() = <caret><selection>throw UnsupportedOperationException()</selection>
|