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