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