blob: add508efe7a4f2e9b7242a7494fc0da2eb32f480 [file] [log] [blame]
// "Add annotation target" "true"
@Target
annotation class Foo
<caret>@Foo
class Test