import foo.*; class MyTest { { Assert.assertTrue(false); } static void assertTrue() {} static void assertTrue(String message, boolean flag) {} }