import testing.TestingPackage class KotlinClassUsedFromJava { void test() { TestingPackage.foo() } } // INFO: [light_idea_test_case] testing...