Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
nj2k
/
testData
/
newJ2k
/
kotlinApiAccess
/
GlobalValue2.java
blob: b065519b67fa97310a9997884158a8d631fe81b5 [
file
] [
log
] [
blame
]
//file
import
kotlinApi
.
KotlinApiKt
;
class
C
{
int
foo
()
{
KotlinApiKt
.
setGlobalValue2
(
0
);
return
KotlinApiKt
.
getGlobalValue2
();
}
}