300aeb83b0
(cherry picked from commit e3bac5e)
10 lines
158 B
Java
Vendored
10 lines
158 B
Java
Vendored
//file
|
|
import kotlinApi.KotlinApiKt;
|
|
|
|
class C {
|
|
int foo() {
|
|
KotlinApiKt.setGlobalValue1(0);
|
|
return KotlinApiKt.getGlobalValue1();
|
|
}
|
|
}
|