public class JavaTest { public static void test() { Test.Companion.fooStatic(2, "First"); Test.fooStatic(2, "First"); } }