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