d66b919c12
^KT-57849
7 lines
158 B
Kotlin
Vendored
7 lines
158 B
Kotlin
Vendored
// WITH_STDLIB
|
|
// CLASS_ID: kotlin.annotation/Target
|
|
|
|
import kotlin.annotation.AnnotationTarget.CLASS
|
|
|
|
@Target(CLASS)
|
|
annotation class KotlinAnno<caret>tation |