Files
2023-04-21 10:14:05 +00:00

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