[FIR] Fix missing type mismatch with array literals
Clarify existing type mismatch errors on array literals ^KT-60474 Fixed Remove ResolutionMode.TransformingArrayLiterals
This commit is contained in:
committed by
Space Team
parent
e1ebbc10d9
commit
f4e4c5e724
+3
@@ -31,6 +31,9 @@ fun test5() {}
|
||||
@Ann6(*[])
|
||||
fun test6() {}
|
||||
|
||||
@Ann7(1, 2)
|
||||
fun test7() {}
|
||||
|
||||
annotation class AnnArray(val a: Array<String>)
|
||||
|
||||
@AnnArray(<!NON_VARARG_SPREAD_ERROR!>*<!>["/"])
|
||||
|
||||
Reference in New Issue
Block a user