mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 15:09:39 +07:00
testdata for IDEA-57560
This commit is contained in:
@@ -11,4 +11,6 @@ abstract class C {
|
||||
|
||||
@Anno(nested = {@Anno, @Anno})
|
||||
void notWrong() { }
|
||||
}
|
||||
}
|
||||
|
||||
class B extends <error descr="Annotations are not allowed here">@Deprecated</error> Object{}
|
||||
Reference in New Issue
Block a user