blob: 87f18d3b509fc6f8358bc0bfd216c2e32dd9daa9 [file] [log] [blame]
@Target(AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY_GETTER, AnnotationTarget.PROPERTY_SETTER)
internal annotation class MyAnnotation(val description: String)
@MyAnnotation("fooAnotation")
fun foo() {}