963e430b42
So #KT-22861 Fixed So #KT-22862 Fixed
8 lines
130 B
Kotlin
Vendored
8 lines
130 B
Kotlin
Vendored
// "Add annotation target" "true"
|
|
class Foo
|
|
|
|
@Target
|
|
annotation class ReceiverAnn
|
|
|
|
fun <caret>@receiver:ReceiverAnn Foo.test() {}
|