blob: e238bbe2cb9369782b34945e9afb806c6048ec66 [file] [log] [blame]
// "Move annotation to receiver type" "false"
// ERROR: This annotation is not applicable to target 'top level function' and use site target '@receiver'
// ACTION: Make internal
// ACTION: Make private
annotation class Ann
@receiver:Ann<caret>
fun foo() {
}