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