class Test { void doTest(boolean b) {} void doTest() { doTest(false); } }