Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fe0f055c5c4e6ededc6378ef6df3f28ee841978
/
.
/
compiler
/
testData
/
asJava
/
lightClasses
/
SpecialAnnotationsOnAnnotationClass.kt
blob: 5249e7536ceecb33b97c9aa596a32896d2339be3 [
file
]
// Anno
// FULL_JDK
// SKIP_SANITY_TEST
// SKIP_IDE_TEST
@Retention
(
AnnotationRetention
.
SOURCE
)
@Target
(
AnnotationTarget
.
TYPE_PARAMETER
,
AnnotationTarget
.
TYPE
)
@MustBeDocumented
@Repeatable
annotation
class
Anno
(
val i
:
Int
)