import foo.Clazz; class Test { void bar(Clazz a){ Clazz.print(); Clazz.print(1); a.print(""); } }