Prepare repository for merge into master

This commit is contained in:
Pavel V. Talanov
2013-10-28 15:20:07 +04:00
parent 8537254b6f
commit 375951798e
801 changed files with 63 additions and 3680 deletions
@@ -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)