One more test added

This commit is contained in:
Valentin Kipyatkov
2015-07-21 13:16:04 +03:00
parent 0c9401c953
commit 8ffc1bb3a6
2 changed files with 13 additions and 0 deletions
@@ -0,0 +1,7 @@
// IS_APPLICABLE: false
// WITH_RUNTIME
fun foo() {
for (a in listOf(1, 2, 3)) {<caret>
}
}