KT-602: Array<T> method instead of default constructor parameter
This commit is contained in:
@@ -0,0 +1 @@
|
||||
fun box() = if(Array<Int>(10) is Array<java.lang.Integer>) "OK" else "fail"
|
||||
Reference in New Issue
Block a user