blob: b054c3e1ce7ca686d611bb635bad0a47bdb311d5 [file]
interface A {
var Int.foo : Double
}
class B : A {
<caret>
}