Files
kotlin-fork/idea/testData/quickfix/moveReceiverAnnotation/fun.kt.after
T
2017-05-30 15:47:21 +03:00

6 lines
109 B
Plaintext
Vendored

// "Move annotation to receiver type" "true"
annotation class Ann
<caret>fun @receiver:Ann String.foo() {
}