[FIR] Support several annotation argument diagnostics
This commit is contained in:
committed by
Mikhail Glukhikh
parent
0c13d3197c
commit
cfc1ebb4be
@@ -22,5 +22,5 @@ fun main1() {}
|
||||
fun main2() {}
|
||||
|
||||
val q = A()
|
||||
@Ann(q.z)
|
||||
@Ann(<!ANNOTATION_ARGUMENT_MUST_BE_CONST!>q.z<!>)
|
||||
fun main3() {}
|
||||
|
||||
Reference in New Issue
Block a user