1234567
package static2; import lib.static2.Foo; public class Main { public static void main(String[] args) { new Foo().foo(); } }