4 lines
49 B
Kotlin
Vendored
4 lines
49 B
Kotlin
Vendored
fun foo(p: Int) {
|
|
val i: Int = 1
|
|
foo(i)
|
|
} |