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

8 lines
113 B
Kotlin

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