blob: 88639e82724a6a95ad32f334fe0e161a15d4c0a9 [file] [log] [blame]
// "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: Add annotation target
annotation class Ann
@receiver:Ann<caret>
fun foo() {
}