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 74599a6 commit 54ce03bCopy full SHA for 54ce03b
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(ref(defn.UncheckedAnnot.typeRef)))
+ ).annotated(New(ref(defn.UncheckedAnnot.typeRef), Nil))
482
}
483
0 commit comments