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