Fixed the comment of the native vararg test.

This commit is contained in:
Zalim Bashorov
2013-06-15 16:12:02 +04:00
parent 8f7d623682
commit 2cce4c575a
@@ -83,7 +83,7 @@ fun box(): String {
return "failed when test calling order when using spread operator without args"
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)
if (!(baz!!)?.test(0, 1, 1))