48ac89dca4
#KT-4920 Fixed
8 lines
167 B
Plaintext
Vendored
8 lines
167 B
Plaintext
Vendored
// ERROR: Property must be initialized
|
|
class Owner {
|
|
}
|
|
|
|
var Owner.p: Int
|
|
get() = <caret><selection>throw UnsupportedOperationException()</selection>
|
|
set(v) {}
|