blob: 0fd024e6047f82df2aec3ef7ebe4f6f229010370 [file]
// "Add annotation target" "true"
@Target()
annotation class Foo
<caret>@Foo
class Test