mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-11 15:53:46 +00:00
10 lines
149 B
Kotlin
10 lines
149 B
Kotlin
fun f() {
|
|
for (<!VAL_OR_VAR_ON_LOOP_PARAMETER!>val<!> i in 1..4) {
|
|
|
|
}
|
|
|
|
for (<!VAL_OR_VAR_ON_LOOP_PARAMETER!>var<!> i in 1..4) {
|
|
|
|
}
|
|
}
|