blob: c49fee05fd2b9117c5ab2a08e03cbb4a13475020 [file] [log] [blame]
public class Test{
public class F {}
public int x(F f) {
return 1;
}
public static void main(String[] args) {
Test test = new Test();
test.x(new <caret>);
}
}