Files
kotlin-fork/compiler/testData/asJava/lightClasses/AnnotationRepeatable.kt
T
Stanislav Erokhin c9e7c5d156 [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 724194dec0
2021-11-01 10:38:09 +00:00

9 lines
131 B
Kotlin
Vendored

// simple.One
// FULL_JDK
package simple
@Repeatable
annotation class One(val value: String)
// SKIP_SANITY_TEST
// SKIP_IDE_TEST