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

View File

@@ -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