@Target(allowedTargets = [AnnotationTarget])
annotation class Anno : Annotation {
  constructor() /* primary */ 



}

fun <@Anno T : Any?> foo() {
}

