6 lines
86 B
Kotlin
Vendored
6 lines
86 B
Kotlin
Vendored
fun ff(): Int {
|
|
var i = 1
|
|
{ <!NAME_SHADOWING!>i<!>: Int -> i }
|
|
return i
|
|
}
|