blob: 70d52110f10ad138b47105dd1c1a7d3662ae9072 [file]
// "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() = ""