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