Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
cf9aa6a3600c4d1fa5e4fe06dddbc71358e30e4a
/
.
/
analysis
/
analysis-api
/
testData
/
annotations
/
specificAnnotations
/
javaTargetAnnotationWithOneArgument.kt
blob: d92e1fc4023e22a963aeacb9172358afea63fc5b [
file
]
// WITH_STDLIB
// CLASS_ID: java.lang.annotation/Target
import
java
.
lang
.
annotation
.
ElementType
@java
.
lang
.
annotation
.
Target
(
ElementType
.
PACKAGE
)
annotation
class
KotlinAnno
<caret>
tation