Files
kotlin-fork/analysis/analysis-api/testData/fileScopeTest/simpleFileScope.kt
T

12 lines
89 B
Kotlin
Vendored

fun test(): Int = 3
val testVal: Int = 2
class C {
fun r() {
}
}
interface I