scalac accepts this, dotty requires `A` to extend `scala.annotation.Annotation`: ```scala class A object O { @A def f = 1 } ```