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:
@@ -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?>
|
||||
|
||||
Reference in New Issue
Block a user