[FIR] Remove redundant INITIALIZER_TYPE_MISMATCH introduced earlier

This commit is contained in:
Nikolay Lunyak
2024-02-09 11:19:51 +02:00
committed by Space Team
parent 389f02b016
commit fdb2b714c9
4 changed files with 6 additions and 4 deletions
@@ -1,2 +1,2 @@
annotation class A(val a: IntArray = <!INITIALIZER_TYPE_MISMATCH, TYPE_MISMATCH!>arrayOf(1)<!>)
annotation class A(val a: IntArray = <!TYPE_MISMATCH!>arrayOf(1)<!>)
annotation class B(val a: IntArray = intArrayOf(1))