Fixed test data to use only annotation syntax with @
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy.R<caret>UNTIME)
|
||||
@java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy.R<caret>UNTIME)
|
||||
annotation class Anno()
|
||||
|
||||
// REF: (in java.lang.annotation.RetentionPolicy).RUNTIME
|
||||
Reference in New Issue
Block a user