mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-17 20:11:25 +07:00
IDEA-121251 (stray annotation highlighted)
This commit is contained in:
@@ -111,6 +111,7 @@ class Outer {
|
||||
int @TA [] a @TA [] <error descr="Annotations are not allowed here">@TA</error> = (p != null ? p : mixedArrays);
|
||||
return a;
|
||||
}
|
||||
void <error descr="Annotations are not allowed here">@TA</error> misplaced() { }
|
||||
|
||||
@TA Outer() { }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user