testdata for IDEA-57560

This commit is contained in:
anna
2012-10-23 18:07:12 +02:00
parent 1cadfc4092
commit e216960467
@@ -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{}