10 lines
177 B
Java
Vendored
10 lines
177 B
Java
Vendored
import testing.TestingPackage;
|
|
|
|
class KotlinPackageClassUsedFromJava {
|
|
void test() {
|
|
<caret>TestingPackage.foo();
|
|
}
|
|
}
|
|
|
|
//INFO: [light_idea_test_case] testing...
|