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:
@@ -1,3 +1,3 @@
|
||||
data <!WRONG_ANNOTATION_TARGET!>annotation<!> enum class E {
|
||||
data <!WRONG_MODIFIER_TARGET!>annotation<!> enum class E {
|
||||
D
|
||||
}
|
||||
Reference in New Issue
Block a user