package in.foo.fun; import static in.foo.fun.TestKt.foo; class Test { static void test() { new Foo(); foo(); } }