[FIR] Support several annotation class diagnostics
This commit is contained in:
committed by
Mikhail Glukhikh
parent
1e8dff6a7c
commit
aa706d322d
+4
-4
@@ -16,8 +16,8 @@ annotation class Foo {
|
||||
}
|
||||
|
||||
|
||||
constructor(s: Int) {}
|
||||
init {}
|
||||
fun function() {}
|
||||
val property get() = Unit
|
||||
<!ANNOTATION_CLASS_MEMBER!>constructor(s: Int) {}<!>
|
||||
<!ANNOTATION_CLASS_MEMBER!>init {}<!>
|
||||
<!ANNOTATION_CLASS_MEMBER!>fun function() {}<!>
|
||||
<!ANNOTATION_CLASS_MEMBER!>val property get() = Unit<!>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user