blob: b52354082ddc9a6e6673756fa57624efc3d44a82 [file] [log] [blame]
import kotlinApi.globalValue2
internal class C {
fun foo(): Int {
globalValue2 = 0
return globalValue2
}
}