blob: 8b307ec8d6fcc578ccb81b4bf846d0615f7ae205 [file] [log] [blame]
class Test {
void foo(int i<caret>) {
System.out.println(i);
}
void bar(){foo();}
}