Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2b455fc1ba7dcb99fa03fdfc31c7672d6ccfc9fd
/
.
/
analysis
/
symbol-light-classes
/
testData
/
annotationsEquality
/
Repeatable.kt
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
)