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 7bd7c92 commit b991b40Copy full SHA for b991b40
compiler/src/dotty/tools/dotc/transform/PickleQuotes.scala
@@ -87,8 +87,6 @@ class PickleQuotes extends MacroTransform {
87
assert(Inlines.inInlineMethod)
88
case tree: Splice =>
89
90
- case tree: RefTree if !Inlines.inInlineMethod =>
91
- assert(tree.symbol != defn.QuotedTypeModule_of)
92
case _ : TypeDef if !Inlines.inInlineMethod =>
93
assert(!tree.symbol.hasAnnotation(defn.QuotedRuntime_SplicedTypeAnnot),
94
s"${tree.symbol} should have been removed by PickledQuotes because it has a @quoteTypeTag")
0 commit comments