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