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 4a24f73 commit 4dcfb7fCopy full SHA for 4dcfb7f
compiler/src/scala/quoted/runtime/impl/QuoteMatcher.scala
@@ -446,14 +446,12 @@ class QuoteMatcher(debug: Boolean) {
446
// only when they are empty bounds (<: Nothing :> Any)
447
// to keep behavioral difference minimal
448
case TypeBoundsTree(sclo, schi, scalias) =>
449
- println("trace: 19.1")
450
pattern match
451
case TypeBoundsTree(ptlo, pthi, ptalias) =>
452
sclo =?= ptlo &&& schi =?= pthi &&& scalias =?= ptalias
453
case _ => notMatched
454
455
case TypeDef(_, rhs1) =>
456
- println("trace: 19.2")
457
458
case TypeDef(_, rhs2) => rhs1 =?= rhs2
459
0 commit comments