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