// "Add annotation target" "true" @Target(AnnotationTarget.CLASS, AnnotationTarget.FUNCTION, AnnotationTarget.TYPE) annotation class Foo class Test { fun foo(): @Foo Int = 1 }