package p; import static p.A.of; import static p.B.of; class Test { { of(1, 2, 3); of(4); } }