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