mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-17 20:11:25 +07:00
IDEA-93208 (highlight incorrectly placed annotations)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
@interface Anno { }
|
||||
|
||||
abstract class C {
|
||||
abstract void f();
|
||||
|
||||
void m() {
|
||||
<error descr="Annotations are not allowed here">@Anno</error> f();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user