blob: 6f3744dc657b1735e1227bef559ea95f3984a2bc [file] [log] [blame]
package p1.p2;
public class Y {
void foo() {
new X().foo(1, 1, "");
}
}