3c43416042
^KT-54311
12 lines
375 B
Kotlin
Vendored
12 lines
375 B
Kotlin
Vendored
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 |