Prepare repository for merge into master
This commit is contained in:
@@ -0,0 +1 @@
|
||||
int[] a = new int[10]
|
||||
@@ -0,0 +1 @@
|
||||
var a : IntArray? = IntArray(10)
|
||||
@@ -0,0 +1 @@
|
||||
Object[] a = new Object[10]
|
||||
@@ -0,0 +1 @@
|
||||
var a : Array<Any?>? = arrayOfNulls<Any?>(10)
|
||||
Reference in New Issue
Block a user