Files
kotlin-fork/j2k/tests/testData/ast/kotlinApiAccess/GlobalValue2.kt
T

8 lines
113 B
Kotlin

import kotlinApi.*
class C() {
fun foo(): Int {
globalValue2 = 0
return globalValue2
}
}