Fixed test data to use only annotation syntax with @
This commit is contained in:
+1
-1
@@ -2,6 +2,6 @@ package test
|
||||
|
||||
annotation class Annotation
|
||||
|
||||
<caret>Annotation class Some
|
||||
@<caret>Annotation class Some
|
||||
|
||||
// REF: (test).Annotation
|
||||
|
||||
@@ -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()
|
||||
+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
|
||||
@@ -2,7 +2,7 @@ package testing
|
||||
|
||||
object Testing {
|
||||
companion object {
|
||||
<caret>va
|
||||
@<caret>va
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user