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