blob: 8d485768feaa583747e313340e3b0b86c33612dc [file]
// PSI: org.jetbrains.kotlin.light.classes.symbol.classes.SymbolLightClassForAnnotationClass
// EXPECTED: java.lang.annotation.Repeatable
// EXPECTED: kotlin.annotation.Repeatable
@Repeatable
annotation class <caret>One(val value: String)