Renamed and correct test data

This commit is contained in:
Valentin Kipyatkov
2015-07-21 13:10:33 +03:00
parent dee6bb2f49
commit 0c9401c953
21 changed files with 37 additions and 37 deletions
@@ -1,5 +1,5 @@
// IS_APPLICABLE: FALSE
//WITH_RUNTIME
// WITH_RUNTIME
fun foo(b: List<Int>) : Int {
for ((i, <caret>c) in b.withIndex()) {