fb09f139dd
These tests were muted in 89f8821d. Seems they began to work after the
introduction of `FirReceiverParameter` in KT-54417.
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
|
|
}
|