89c39b9762
#KT-13589 Fixed
6 lines
208 B
Plaintext
Vendored
6 lines
208 B
Plaintext
Vendored
// WITH_RUNTIME
|
|
abstract class Owner {
|
|
}
|
|
|
|
val Owner.p: Int
|
|
get() = <caret><selection>TODO("not implemented")</selection> //To change initializer of created properties use File | Settings | File Templates. |