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