blob: 3a3324846c328b1b5bcd731e59c4f4554cbc6239 [file] [log] [blame]
class Test {
void <caret>foo(String s) {
System.out.println("hello");
}
void bar() {
System.out.println("hello");
}
}