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