blob: 969e5b498e2220129308a8bd10519affb8e73288 [file]
import testing.TestingPackage
class KotlinClassUsedFromJava {
void test() {
<caret>TestingPackage.foo()
}
}
//INFO: [light_idea_test_case] testing.TestingPackage...