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