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

5 lines
114 B
Plaintext
Vendored

// "Move annotation to receiver type" "true"
annotation class Ann
<caret>val @receiver:Ann String.bar get() = ""