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.
1 parent 81a5cf9 commit dde7ce9Copy full SHA for dde7ce9
compiler/src/dotty/tools/dotc/core/Definitions.scala
@@ -694,7 +694,7 @@ class Definitions {
694
def ClassfileAnnotationClass(implicit ctx: Context) = ClassfileAnnotationType.symbol.asClass
695
lazy val StaticAnnotationType = ctx.requiredClassRef("scala.annotation.StaticAnnotation")
696
def StaticAnnotationClass(implicit ctx: Context) = StaticAnnotationType.symbol.asClass
697
- lazy val RefiningAnnotationType = ctx.requiredClassRef("scala.annotation.RefiningAnnotation")
+ lazy val RefiningAnnotationType = ctx.requiredClassRef("scala.annotation.RefiningAnnotation")
698
def RefiningAnnotationClass(implicit ctx: Context) = RefiningAnnotationType.symbol.asClass
699
700
// Annotation classes
0 commit comments