8 lines
180 B
Plaintext
Vendored
8 lines
180 B
Plaintext
Vendored
// ERROR: Property must be initialized or be abstract
|
|
|
|
class Owner<T> {
|
|
}
|
|
|
|
val <T, R> Owner<T>.p: R
|
|
get() = <caret><selection>throw UnsupportedOperationException()</selection>
|