blob: 987ec95fa4330a7666a559198540b7f5195a907e [file] [log] [blame]
interface InterfaceMethodSemicolon {
void foo(String s)<caret>
Object bar();
}