blob: 6152e4809c812769187e9557576d66cc006d87a2 [file]
// 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