Clean & fix tests in "replace manual range with indices / iteration"
Related to KT-14344
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
// WITH_RUNTIME
|
||||
fun test(args: Array<String>) {
|
||||
for (index in 0..ar<caret>gs.size - 1) {
|
||||
println(index)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user