Fixed the comment of the native vararg test.
This commit is contained in:
@@ -83,7 +83,7 @@ fun box(): String {
|
|||||||
return "failed when test calling order when using spread operator without args"
|
return "failed when test calling order when using spread operator without args"
|
||||||
|
|
||||||
if (!(testCallOrder(1, 2, 3, 4)))
|
if (!(testCallOrder(1, 2, 3, 4)))
|
||||||
return "failed when test calling order when using spread operator without args"
|
return "failed when test calling order when using spread operator with some args"
|
||||||
|
|
||||||
val baz: Bar? = Bar(1)
|
val baz: Bar? = Bar(1)
|
||||||
if (!(baz!!)?.test(0, 1, 1))
|
if (!(baz!!)?.test(0, 1, 1))
|
||||||
|
|||||||
Reference in New Issue
Block a user