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 d5f9047 commit 2d69745Copy full SHA for 2d69745
compiler/src/dotty/tools/dotc/core/quoted/PickledQuotes.scala
@@ -144,7 +144,7 @@ object PickledQuotes {
144
case tp: TypeRef =>
145
typeSpliceMap.get(tp.symbol) match
146
case Some(t) if tp.typeSymbol.hasAnnotation(defn.InternalQuoted_QuoteTypeTagAnnot) => t
147
- case None => tp
+ case _ => tp
148
case _ => tp
149
}
150
mapOver(tp1)
0 commit comments