11 lines
204 B
Plaintext
Vendored
11 lines
204 B
Plaintext
Vendored
// FIR_IDENTICAL
|
|
interface A {
|
|
var Int.foo : Double
|
|
}
|
|
|
|
class B : A {
|
|
override var Int.foo: Double
|
|
get() = <selection><caret>TODO("Not yet implemented")</selection>
|
|
set(value) {}
|
|
}
|