Files

5 lines
72 B
Kotlin
Vendored

fun test(): Int {
val j = 1
fun local() = 1
return local()
}