f540826207
^KT-57849
8 lines
243 B
Kotlin
Vendored
8 lines
243 B
Kotlin
Vendored
// WITH_STDLIB
|
|
// CLASS_ID: java.lang.annotation/Target
|
|
|
|
import java.lang.annotation.ElementType
|
|
import java.lang.annotation.ElementType.PACKAGE
|
|
|
|
@java.lang.annotation.Target(PACKAGE, ElementType.FIELD)
|
|
annotation class KotlinAnno<caret>tation |