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