blob: b7a0711577883a97b39ba75977a0c460a705de7e [file]
@Target(AnnotationTarget.CLASS, AnnotationTarget.FUNCTION)
annotation class MyAnnotation
@MyAnnotation
fun test() {}