import static test.TestPackage.getFoo; class J { void test() { boolean b = getFoo(); } }