blob: 55c5494fa86d5125af1211c30142076a3b4f6736 [file] [log] [blame]
fun foo(list: List<String>) {
for (c in list[0]) {
<caret>
}
}