ba9520f5c5
^KT-56046
6 lines
239 B
Kotlin
Vendored
6 lines
239 B
Kotlin
Vendored
// 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) |