Fixed test

This commit is contained in:
Valentin Kipyatkov
2015-07-21 11:39:59 +03:00
parent a81ed335d0
commit dee6bb2f49
4 changed files with 14 additions and 14 deletions
@@ -0,0 +1,6 @@
// WITH_RUNTIME
fun foo(bar: Sequence<String>) {
for ((index, a) in bar.withIndex()) {
}
}