Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
f7ff397a310cd4d47fc4849043f8c9d47412e512
/
.
/
compiler
/
testData
/
asJava
/
lightClasses
/
SpecialAnnotationsOnAnnotationClass.kt
blob: 25433768b75c2a0be165bf107506c9d7cb44ae04 [
file
]
// Anno
@Retention
(
AnnotationRetention
.
SOURCE
)
@Target
(
AnnotationTarget
.
TYPE_PARAMETER
)
@MustBeDocumented
@Repeatable
annotation
class
Anno
(
val i
:
Int
)