Fix testdata in varargs tests

Testdata have been changed since 1.2. due to KT-20171.
This commit is contained in:
Dmitry Savvinov
2017-10-11 14:06:54 +03:00
parent eae9923dbe
commit f5d40a1c98
4 changed files with 8 additions and 8 deletions
@@ -22,7 +22,7 @@ fun test1_2() {}
@Ann2(*[])
fun test2() {}
@Ann3(a = *[0f, <!DIVISION_BY_ZERO!>1 / 0f<!>])
@Ann3(a = *<!ASSIGNING_SINGLE_ELEMENT_TO_VARARG_IN_NAMED_FORM_ANNOTATION!>[0f, <!DIVISION_BY_ZERO!>1 / 0f<!>]<!>)
fun test3() {}
@Ann5(Ann4(*["/"]))