mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-17 15:54:03 +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
|
|
}
|