blob: 624f6df415b7be6f0a8da300a16fb13722e92d0b [file] [log] [blame]
public class Test {
void foo(<caret>){}
void bar() {
foo();
}
}