Document that arrayOfNulls throws RuntimeException on negative size
This commit is contained in:
committed by
Space Team
parent
ffcc7dfca0
commit
1be0e3f70e
@@ -32,6 +32,8 @@ public operator fun String?.plus(other: Any?): String
|
||||
|
||||
/**
|
||||
* Returns an array of objects of the given type with the given [size], initialized with null values.
|
||||
*
|
||||
* @throws RuntimeException if the specified [size] is negative.
|
||||
*/
|
||||
public fun <reified @PureReifiable T> arrayOfNulls(size: Int): Array<T?>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user