Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
nj2k
/
testData
/
newJ2k
/
kotlinApiAccess
/
GlobalValue1.kt
blob: fdf475a40889bbb0f07d83159dbd0502f1d9ddf5 [
file
] [
log
] [
blame
]
import
kotlinApi
.
globalValue1
internal
class
C
{
fun foo
():
Int
{
globalValue1
=
0
return
globalValue1
}
}