[FIR] Support several annotation class diagnostics
This commit is contained in:
committed by
Mikhail Glukhikh
parent
1e8dff6a7c
commit
aa706d322d
+4
@@ -0,0 +1,4 @@
|
||||
annotation class A(
|
||||
<!VAR_ANNOTATION_PARAMETER!>var<!> a: Int,
|
||||
<!MISSING_VAL_ON_ANNOTATION_PARAMETER!>b: String<!>
|
||||
)
|
||||
Reference in New Issue
Block a user