Skip to content

Commit 206d7d9

Browse files
dimonchik0036Space
authored and
Space
committed
[ULC] fix testData in the plugin (related to repeatable annotation)
(cherry picked from commit 724194d)
1 parent c5229d6 commit 206d7d9

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

compiler/testData/asJava/lightClasses/SpecialAnnotationsOnAnnotationClass.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
// Anno
22
// FULL_JDK
3+
// SKIP_SANITY_TEST
4+
// SKIP_IDE_TEST
35

46
@Retention(AnnotationRetention.SOURCE)
57
@Target(AnnotationTarget.TYPE_PARAMETER, AnnotationTarget.TYPE)

compiler/testData/asJava/lightClasses/SpecialAnnotationsOnAnnotationClass_1_6.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
// Anno
22
// JVM_TARGET: 1.6
33
// FULL_JDK
4+
// SKIP_SANITY_TEST
5+
// SKIP_IDE_TEST
46

57
@Retention(AnnotationRetention.SOURCE)
68
@Target(AnnotationTarget.TYPE_PARAMETER, AnnotationTarget.TYPE)

compiler/testData/asJava/lightClasses/compilationErrors/RepetableAnnotations.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
// p.Annotations
2+
// SKIP_SANITY_TEST
3+
24
package p
35

46

0 commit comments

Comments
 (0)