class Test { public Test() { } public Test(String s) { } void foo() { System.out.println(0); } }