Fix tests not to duplicate array constructor definitions as they are available now in builtins.
This commit is contained in:
+1
-2
@@ -1,5 +1,4 @@
|
||||
fun foo() {
|
||||
val a = Array<Int>
|
||||
fun foo(a: Array<Int>) {
|
||||
3
|
||||
a[10] = 4
|
||||
2
|
||||
|
||||
Reference in New Issue
Block a user