7 lines
131 B
Plaintext
Vendored
7 lines
131 B
Plaintext
Vendored
// WITH_RUNTIME
|
|
abstract class Owner {
|
|
}
|
|
|
|
fun Owner.f() {
|
|
<caret><selection>throw UnsupportedOperationException()</selection>
|
|
} |