Parse some builtin annotations as modifiers

But still resolve them as annotations.
Mostly it's needed as begin of migration path, one day they become modifiers anyway

Some tests are dropped because they supposed that `annotation` should have parameter
This commit is contained in:
Denis Zharkov
2015-09-07 12:38:15 +03:00
parent c9a8609a67
commit fc447e2d2f
84 changed files with 875 additions and 856 deletions
@@ -1,3 +1,3 @@
data <!WRONG_ANNOTATION_TARGET!>annotation<!> enum class E {
data <!WRONG_MODIFIER_TARGET!>annotation<!> enum class E {
D
}