5 lines
50 B
Kotlin
Vendored
5 lines
50 B
Kotlin
Vendored
fun f(p: Int): Int {
|
|
val p = 2
|
|
return p
|
|
}
|