89c39b9762
#KT-13589 Fixed
11 lines
296 B
Plaintext
Vendored
11 lines
296 B
Plaintext
Vendored
interface I {
|
|
val someVal: String?
|
|
}
|
|
|
|
class A : I {
|
|
override val someVal: String?
|
|
get() = <caret><selection>TODO("not implemented")</selection> //To change initializer of created properties use File | Settings | File Templates.
|
|
}
|
|
|
|
// ELEMENT_TEXT: "override val someVal: String?"
|