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