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 076d973 commit 74599a6Copy full SHA for 74599a6
compiler/src/dotty/tools/dotc/typer/QuotesAndSplices.scala
@@ -478,6 +478,6 @@ trait QuotesAndSplices {
478
implicits = quotedPattern :: Nil,
479
patterns = splicePat :: Nil),
480
TypeTree(quoteClass.typeRef.appliedTo(replaceBindings(quoted1.tpe) & quotedPt))
481
- ).annotated(New(defn.UncheckedAnnot.typeRef, Nil))
+ ).annotated(New(ref(defn.UncheckedAnnot.typeRef)))
482
}
483
0 commit comments