Skip to content

Commit c5229d6

Browse files
erokhinsSpace
authored and
Space
committed
[LC] Mute Light tests about repeatable annotation
It isn't supported in Light classes, so we should mute it. Quite similar change was done in 724194d (cherry picked from commit c9e7c5d)
1 parent 8cc62cf commit c5229d6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

compiler/testData/asJava/lightClasses/AnnotationRepeatable.kt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,6 @@
44
package simple
55

66
@Repeatable
7-
annotation class One(val value: String)
7+
annotation class One(val value: String)
8+
// SKIP_SANITY_TEST
9+
// SKIP_IDE_TEST

0 commit comments

Comments
 (0)