blob: 70c630c413cea4e6dd252d7b87d56f8d3e6e48ae [file]
// "Add annotation target" "true"
@Target(AnnotationTarget.CLASS)
annotation class Foo
@Foo
class Test