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