55ed0471b6
#KT-4980 fixed
3 lines
59 B
Plaintext
3 lines
59 B
Plaintext
fun foo(a: List<Int>) {
|
|
for<caret> (x in a) val y = x
|
|
} |