[FIR] Support several annotation class diagnostics
This commit is contained in:
committed by
Mikhail Glukhikh
parent
1e8dff6a7c
commit
aa706d322d
+7
@@ -0,0 +1,7 @@
|
||||
annotation class A() {
|
||||
<!ANNOTATION_CLASS_MEMBER!>constructor(s: Nothing?) {}<!>
|
||||
<!ANNOTATION_CLASS_MEMBER!>init {}<!>
|
||||
<!ANNOTATION_CLASS_MEMBER!>fun foo() {}<!>
|
||||
<!ANNOTATION_CLASS_MEMBER!>val bar: Nothing?<!>
|
||||
<!ANNOTATION_CLASS_MEMBER!>val baz get() = Unit<!>
|
||||
}
|
||||
Reference in New Issue
Block a user