Made <T> in arrayOfNulls() reified #KT-5651 Fixed
This commit is contained in:
committed by
Andrey Breslav
parent
eec4b7094c
commit
8d47bdfebb
@@ -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?>
|
||||
|
||||
Reference in New Issue
Block a user