638eccac16
^KT-54311
7 lines
246 B
Kotlin
Vendored
7 lines
246 B
Kotlin
Vendored
// DO_NOT_CHECK_NON_PSI_SYMBOL_RESTORE_K1
|
|
annotation class ReceiverAnnotation
|
|
@Target(AnnotationTarget.TYPE)
|
|
annotation class ReceiverTypeAnnotation
|
|
|
|
val @receiver:ReceiverAnnotation @ReceiverTypeAnnotation Long.pr<caret>op: Boolean get() = true
|