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

6 lines
114 B
Kotlin
Vendored

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