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