[FE 1.0] Postpone turning NON_VARARG_SPREAD_WARNING into error till 1.8 to have a deprecation cycle of proper duration

^KT-48162
This commit is contained in:
Victor Petukhov
2022-05-04 15:55:58 +02:00
parent a8fc2158d0
commit 94433a1600
3 changed files with 4 additions and 4 deletions
@@ -33,7 +33,7 @@ fun test6() {}
annotation class AnnArray(val a: Array<String>)
@AnnArray(<!NON_VARARG_SPREAD_ERROR!>*<!>["/"])
@AnnArray(<!NON_VARARG_SPREAD_WARNING!>*<!>["/"])
fun testArray() {}
@Ann1(<!TYPE_MISMATCH, TYPE_MISMATCH!>[""]<!>)