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 ac11eb3 commit 9dcef1cCopy full SHA for 9dcef1c
compiler/src/dotty/tools/dotc/transform/ReifyQuotes.scala
@@ -316,7 +316,8 @@ class ReifyQuotes extends MacroTransformWithImplicits with InfoTransformer {
316
}
317
case tp: NamedType =>
318
check(tp.symbol, tp, pos)
319
- foldOver(acc, tp)
+ if (!tp.symbol.is(Param))
320
+ foldOver(acc, tp)
321
case tp: ThisType =>
322
check(tp.cls, tp, pos)
323
foldOver(acc, tp)
0 commit comments