5 lines
71 B
Kotlin
Vendored
5 lines
71 B
Kotlin
Vendored
fun f(p: Int): Int {
|
|
val <!NAME_SHADOWING!>p<!> = 2
|
|
return p
|
|
}
|