Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2b455fc1ba7dcb99fa03fdfc31c7672d6ccfc9fd
/
.
/
compiler
/
testData
/
asJava
/
lightClasses
/
lightClassByFqName
/
AnnotationRepeatable.kt
blob: d9a6e33ca8296c6c06167259c8c1465932269033 [
file
]
// simple.One
// FULL_JDK
package
simple
@Repeatable
annotation
class
One
(
val value
:
String
)