Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
f899cfcffd0a033719b670aa8e3e53cda9ded9a2
/
.
/
analysis
/
analysis-api
/
testData
/
annotations
/
specificAnnotations
/
targetAnnotationWithOneArgument.kt
blob: ab3436e7decbbf41757519cf624cd3c1edddd865 [
file
]
// WITH_STDLIB
// CLASS_ID: kotlin.annotation/Target
@Target
(
AnnotationTarget
.
CLASS
)
annotation
class
KotlinAnno
<caret>
tation