mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 15:53:19 +00:00
Fix deprecations in testData: arrayOf usages.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
fun box(): String {
|
||||
val args = array("Fail")
|
||||
val args = arrayOf("Fail")
|
||||
(A::main)(args)
|
||||
return args[0]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user