blob: e16a55144e71e0bbcbc67163ffb9ffea6eeb1df7 [file] [log] [blame]
interface A {
var Int.foo : Double
}
class B : A {
override var Int.foo: Double
get() = <selection><caret>TODO("not implemented") //To change initializer of created properties use File | Settings | File Templates.</selection>
set(value) {}
}