[FIR] Support several annotation class diagnostics
This commit is contained in:
committed by
Mikhail Glukhikh
parent
1e8dff6a7c
commit
aa706d322d
+2
-2
@@ -1,9 +1,9 @@
|
||||
// !LANGUAGE: -ProhibitLocalAnnotations
|
||||
|
||||
fun f() {
|
||||
annotation class Anno
|
||||
<!LOCAL_ANNOTATION_CLASS_ERROR!>annotation class Anno<!>
|
||||
|
||||
@Anno class Local {
|
||||
annotation class Nested
|
||||
<!LOCAL_ANNOTATION_CLASS_ERROR!>annotation class Nested<!>
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user