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