Files
kotlin-fork/analysis/analysis-api/testData/scopes/fileScopeTest/simpleFileScope.kt
T
2021-10-27 17:06:32 +02:00

12 lines
89 B
Kotlin
Vendored

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