300aeb83b0
(cherry picked from commit e3bac5e)
9 lines
125 B
Java
Vendored
9 lines
125 B
Java
Vendored
//file
|
|
import kotlinApi.KotlinApiKt;
|
|
|
|
class C {
|
|
void foo() {
|
|
String s = KotlinApiKt.globalFunction("x");
|
|
}
|
|
}
|