IDEA-121251 (stray annotation highlighted)

This commit is contained in:
Roman Shevchenko
2014-02-28 19:33:48 +01:00
parent b8e291a0cb
commit cfcc34be5f
3 changed files with 10 additions and 10 deletions

View File

@@ -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() { }