blob: dfe964a97930edc605ce06b9398c33c01ab3dc4f [file]
annotation class ReceiverAnnotation
@Target(AnnotationTarget.TYPE)
annotation class ReceiverTypeAnnotation
fun @receiver:ReceiverAnnotation @ReceiverTypeAnnotation Int.foo() {
thi<caret>s
}