Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
cf9aa6a3600c4d1fa5e4fe06dddbc71358e30e4a
/
.
/
analysis
/
analysis-api
/
testData
/
annotations
/
specificAnnotations
/
targetAnnotationWithSeveralArguments.kt
blob: 119771efda0604dfe1e4073a1b4155b29fdacfe3 [
file
]
// WITH_STDLIB
// CLASS_ID: kotlin.annotation/Target
import
kotlin
.
annotation
.
AnnotationTarget
.
CLASS
@Target
(
CLASS
,
AnnotationTarget
.
TYPE
)
annotation
class
KotlinAnno
<caret>
tation