mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-13 00:21:28 +00:00
10 lines
192 B
Java
10 lines
192 B
Java
import testing.TestingPackage;
|
|
|
|
class KotlinPackageClassUsedFromJava {
|
|
void test() {
|
|
<caret>TestingPackage.foo();
|
|
}
|
|
}
|
|
|
|
//INFO: [light_idea_test_case] testing.TestingPackage...
|