We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
This file will lead to a stackoverflow when unpickling it from Tasty:
@ann class ann extends scala.annotation.Annotation
To reproduce:
dotc -Ytest-pickler -Ystop-after:pickler -Xprint-types cyclic-annotations.scala
It's probably best if we outlaw cyclic annotations like this.