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