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