5089df2441
#KT-25501 Fixed
7 lines
74 B
Kotlin
Vendored
7 lines
74 B
Kotlin
Vendored
fun foo() {
|
|
var a = 0
|
|
for (i in 0..42)
|
|
a++<caret>
|
|
}
|
|
}
|