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 e554dc0 commit 2a61034Copy full SHA for 2a61034
compiler/src/scala/quoted/runtime/impl/QuoteMatcher.scala
@@ -703,7 +703,7 @@ class QuoteMatcher(debug: Boolean) {
703
704
extension (self: MatchingExprs)
705
/** Concatenates the contents of two successful matchings */
706
- def &&& (that: MatchingExprs): MatchingExprs = self ++ that
+ private def &&& (that: MatchingExprs): MatchingExprs = self ++ that
707
end extension
708
709
// TODO-18271: Duplicate with QuotePatterns.unrollHkNestedPairsTypeTree
0 commit comments