08bd212d82
So #KT-14648 Fixed
7 lines
109 B
Kotlin
Vendored
7 lines
109 B
Kotlin
Vendored
// "Move annotation to receiver type" "true"
|
|
|
|
annotation class Ann
|
|
|
|
@receiver:Ann<caret>
|
|
fun String.foo() {
|
|
} |