Report syntax error on unescaped annotation
Also adjust parser testData
This commit is contained in:
+2
-2
@@ -5,6 +5,6 @@ annotation
|
||||
class my
|
||||
|
||||
annotation
|
||||
Retention(RetentionPolicy.RUNTIME)
|
||||
Target(ElementType.ANNOTATION_TYPE, ElementType.CONSTRUCTOR)
|
||||
@Retention(RetentionPolicy.RUNTIME)
|
||||
@Target(ElementType.ANNOTATION_TYPE, ElementType.CONSTRUCTOR)
|
||||
class my1
|
||||
|
||||
Reference in New Issue
Block a user