blob: 5deb3937017843e7ecd7c79a252081581cd55dbe [file] [log] [blame]
fun foo(list: List<String>) {
for (s in list) {
<caret>
}
}