Generate built-in sources of arrays

Extract Array class into a separate file, move arrayOfNulls to Library.kt, fix
formatting and generate Arrays.kt
This commit is contained in:
Alexander Udalov
2014-02-25 19:22:48 +04:00
parent 6e23af2ba3
commit d5e2c4ad4c
8 changed files with 128 additions and 64 deletions
+2
View File
@@ -8,3 +8,5 @@ public fun Any?.equals(other: Any?): Boolean
public fun Any?.toString(): String
public fun String?.plus(other: Any?): String
public fun arrayOfNulls<T>(size: Int): Array<T?>