[FIR] Don't crash on complex expression as annotation argument if metadata compilation is used
^KT-58139 Fixed
This commit is contained in:
committed by
Space Team
parent
abdb173f6c
commit
2251214d24
@@ -0,0 +1,6 @@
|
||||
const val DOUBLE_BATCH_SIZE = 2 * BATCH_SIZE
|
||||
|
||||
annotation class A(val value: Int)
|
||||
|
||||
@A(BATCH_SIZE)
|
||||
fun bar() {}
|
||||
Reference in New Issue
Block a user