Made <T> in arrayOfNulls() reified #KT-5651 Fixed

This commit is contained in:
Denis Zharkov
2014-11-13 14:34:05 +04:00
committed by Andrey Breslav
parent eec4b7094c
commit 8d47bdfebb
8 changed files with 154 additions and 4 deletions
+1 -1
View File
@@ -25,4 +25,4 @@ public fun Any?.toString(): String
public fun String?.plus(other: Any?): String
public fun arrayOfNulls<T>(size: Int): Array<T?>
public fun arrayOfNulls<reified T>(size: Int): Array<T?>