mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-16 08:31:35 +00:00
7 lines
95 B
Kotlin
Vendored
7 lines
95 B
Kotlin
Vendored
fun ff(): Int {
|
|
var i = 1
|
|
for (<!NAME_SHADOWING!>i<!> in 0..10) {
|
|
}
|
|
return i
|
|
}
|