Files
kotlin-fork/idea/testData/quickfix/moveReceiverAnnotation/notExtensionVal.kt
T
Dmitry Gridin 147521d6cb Add intention to introduce import alias
#KT-16118 Fixed
 #KT-30007 Fixed
2019-02-21 12:25:09 +03:00

12 lines
359 B
Kotlin
Vendored

// "Move annotation to receiver type" "false"
// ERROR: This annotation is not applicable to target 'declaration' and use site target '@receiver'
// ACTION: Make internal
// ACTION: Introduce import alias
// ACTION: Make private
// ACTION: Specify type explicitly
// ACTION: Add annotation target
annotation class Ann
@receiver:Ann<caret>
val bar get() = ""