package pck; import static pck.A.*; import static pck.B.*; class Test { public static void main(String[] args) { bar(""); } }