Clean & fix tests in "replace manual range with indices / iteration"
Related to KT-14344
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
// WITH_RUNTIME
|
||||
// PROBLEM: none
|
||||
fun test(args: Array<Int>) {
|
||||
val x = arrayOf<String>()
|
||||
for (index in ar<caret>gs) {
|
||||
val out = x[index]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user