duplicate annotations

This commit is contained in:
Alexey Kudravtsev
2010-08-23 14:29:03 +04:00
parent def55b079d
commit 48245a1a3a
3 changed files with 2 additions and 2 deletions
@@ -0,0 +1,4 @@
class C{
@<error descr="Duplicate annotation">Deprecated</error> @<error descr="Duplicate annotation">Deprecated</error>
void foo(@<error descr="Duplicate annotation">Deprecated</error> @<error descr="Duplicate annotation">Deprecated</error> int x){}
}