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