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