81517a3d29
#KT-60504 Fixed
48 lines
994 B
Kotlin
Vendored
48 lines
994 B
Kotlin
Vendored
annotation class A1
|
|
|
|
@Target(AnnotationTarget.CLASS)
|
|
annotation class A2
|
|
|
|
@Target(AnnotationTarget.ANNOTATION_CLASS)
|
|
annotation class A3
|
|
|
|
@Target(AnnotationTarget.TYPE_PARAMETER)
|
|
annotation class A4
|
|
|
|
@Target(AnnotationTarget.PROPERTY)
|
|
annotation class A5
|
|
|
|
@Target(AnnotationTarget.FIELD)
|
|
annotation class A6
|
|
|
|
@Target(AnnotationTarget.LOCAL_VARIABLE)
|
|
annotation class A7
|
|
|
|
@Target(AnnotationTarget.VALUE_PARAMETER)
|
|
annotation class A8
|
|
|
|
@Target(AnnotationTarget.CONSTRUCTOR)
|
|
annotation class A9
|
|
|
|
@Target(AnnotationTarget.FUNCTION)
|
|
annotation class A10
|
|
|
|
@Target(AnnotationTarget.PROPERTY_GETTER)
|
|
annotation class A11
|
|
|
|
@Target(AnnotationTarget.PROPERTY_SETTER)
|
|
annotation class A12
|
|
|
|
@Target(AnnotationTarget.TYPE)
|
|
annotation class A13
|
|
|
|
@Target(AnnotationTarget.EXPRESSION)
|
|
annotation class A14
|
|
|
|
@Target(AnnotationTarget.FILE)
|
|
annotation class A15
|
|
|
|
@Target(AnnotationTarget.TYPEALIAS)
|
|
annotation class A16
|
|
|
|
// LIGHT_CLASS_FQ_NAME: A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16 |