48f7cdfaa1
^KT-54311
14 lines
418 B
Kotlin
Vendored
14 lines
418 B
Kotlin
Vendored
// DO_NOT_CHECK_NON_PSI_SYMBOL_RESTORE_K1
|
|
annotation class PropertyAnnotation
|
|
annotation class GetAnnotation
|
|
annotation class ExplicitGetAnnotation
|
|
annotation class ReceiverAnnotation
|
|
|
|
@Target(AnnotationTarget.TYPE)
|
|
annotation class ReceiverTypeAnnotation
|
|
|
|
@property:PropertyAnnotation
|
|
@get:GetAnnotation
|
|
val @receiver:ReceiverAnnotation @ReceiverTypeAnnotation Long.x: Int
|
|
@ExplicitGetAnnotation ge<caret>t() = 1
|