blob: eb29015e2a28a79168ceec0b77267b836fd0ff23 [file] [log] [blame]
// "Move annotation to receiver type" "true"
annotation class Ann
<caret>fun @receiver:Ann String.foo() {
}