90ad65bff8
#KT-1296 fixed
5 lines
69 B
Plaintext
5 lines
69 B
Plaintext
fun f() {
|
|
for (<caret>j in 1..2) {
|
|
println(j + j)
|
|
}
|
|
} |