blob: 11cfc6f29d815bd5ea39dab16af26613db973e42 [file] [log] [blame]
interface A {
val String.prop : Int
}
class B : A {
override val String.prop: Int
get() = <selection><caret>TODO("not implemented") //To change initializer of created properties use File | Settings | File Templates.</selection>
}