Minor. Add '@' symbol in testData where necessary (fix Java 8 build)

This commit is contained in:
Denis Zharkov
2015-09-08 18:56:21 +03:00
parent ea11133142
commit dbaf01feed
4 changed files with 4 additions and 4 deletions
@@ -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)