Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9be4c9d1b27436ea04932420f6e6eedb45c15039
/
.
/
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