Files
kotlin-fork/compiler/testData/cli/jvm/extendedCheckers.kt
T

4 lines
49 B
Kotlin
Vendored

fun foo(p: Int) {
val i: Int = 1
foo(i)
}