KT-1589: Array<T>(size) renamed to arrayOfNulls
This commit is contained in:
@@ -23,6 +23,6 @@ open class AllEvenNum() {
|
||||
}
|
||||
|
||||
fun box() : String {
|
||||
AllEvenNum.main(Array<String?>(0))
|
||||
AllEvenNum.main(arrayOfNulls<String>(0))
|
||||
return "OK"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user