66d738848b
So #KT-7822 Fixed
8 lines
101 B
Plaintext
Vendored
8 lines
101 B
Plaintext
Vendored
// WITH_RUNTIME
|
|
fun foo() {
|
|
val x = 1..4
|
|
|
|
for (<caret>it in x) {
|
|
it.equals(1)
|
|
}
|
|
} |