4d9b19da82
#KT-18539 Fixed
10 lines
157 B
Plaintext
Vendored
10 lines
157 B
Plaintext
Vendored
// WITH_RUNTIME
|
|
// SKIP_ERRORS_BEFORE
|
|
|
|
class Owner {
|
|
}
|
|
|
|
var Owner.p: Int
|
|
get() = <caret><selection>TODO("Not yet implemented")</selection>
|
|
set(v) {}
|