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