Minor. Add '@' symbol in testData where necessary (fix Java 8 build)
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@ import java.lang.annotation.Repeatable
|
||||
|
||||
<!DEPRECATED_JAVA_ANNOTATION!>@java.lang.annotation.Repeatable(Annotations::class)<!> annotation class RepAnn
|
||||
|
||||
<!DEPRECATED_JAVA_ANNOTATION!>Repeatable(OtherAnnotations::class)<!> annotation class OtherAnn
|
||||
<!DEPRECATED_JAVA_ANNOTATION!>@Repeatable(OtherAnnotations::class)<!> annotation class OtherAnn
|
||||
|
||||
annotation class Annotations(vararg val value: RepAnn)
|
||||
|
||||
|
||||
@@ -16,5 +16,5 @@ public @interface RepeatableAnnotations {
|
||||
// FILE: RepeatableUse.kt
|
||||
|
||||
// Error should be gone when Java 8 Target will be available
|
||||
RepeatableAnnotation <!NON_SOURCE_REPEATED_ANNOTATION!>RepeatableAnnotation<!> class My
|
||||
@RepeatableAnnotation <!NON_SOURCE_REPEATED_ANNOTATION!>@RepeatableAnnotation<!> class My
|
||||
|
||||
|
||||
+1
-1
@@ -17,6 +17,6 @@ public @interface RepeatableAnnotations {
|
||||
// FILE: RepeatableUse.kt
|
||||
|
||||
// Error should be gone when Java 8 Target will be available
|
||||
RepeatableAnnotation <!NON_SOURCE_REPEATED_ANNOTATION!>RepeatableAnnotation<!> class My
|
||||
@RepeatableAnnotation <!NON_SOURCE_REPEATED_ANNOTATION!>@RepeatableAnnotation<!> class My
|
||||
|
||||
|
||||
|
||||
+1
-1
@@ -6,4 +6,4 @@ public @interface UnrepeatableAnnotation {
|
||||
|
||||
// FILE: UnrepeatableUse.kt
|
||||
|
||||
UnrepeatableAnnotation <!REPEATED_ANNOTATION!>UnrepeatableAnnotation<!> class My
|
||||
@UnrepeatableAnnotation <!REPEATED_ANNOTATION!>@UnrepeatableAnnotation<!> class My
|
||||
Reference in New Issue
Block a user