Renamed test data folders
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
// IS_APPLICABLE: FALSE
|
||||
//WITH_RUNTIME
|
||||
|
||||
fun foo(b: List<Int>) : Int {
|
||||
for ((i, <caret>c) in b.withIndex()) {
|
||||
return i
|
||||
}
|
||||
return 0
|
||||
}
|
||||
Reference in New Issue
Block a user