testdata for IDEA-57560

This commit is contained in:
anna
2012-10-23 17:52:53 +02:00
parent 1cadfc4092
commit e216960467

View File

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