blob: 27e203178d5cebc332cc36766e2d22bec469351d [file]
// "Add annotation target" "true"
annotation class Foo
class Test {
fun foo(): <caret>@Foo Int = 1
}