043e3e6840
^KT-54311
8 lines
195 B
Kotlin
Vendored
8 lines
195 B
Kotlin
Vendored
annotation class ReceiverAnnotation
|
|
@Target(AnnotationTarget.TYPE)
|
|
annotation class ReceiverTypeAnnotation
|
|
|
|
fun @receiver:ReceiverAnnotation @ReceiverTypeAnnotation Int.foo() {
|
|
thi<caret>s
|
|
}
|