blob: dde843d614666cb43c167cbbe4b8fb31b6db66da [file] [log] [blame]
interface A {
void foo();
}
interface B extends A {
<caret>
}