Skip to content

Commit 2a61034

Browse files
committed
fix
1 parent e554dc0 commit 2a61034

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/scala/quoted/runtime/impl/QuoteMatcher.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -703,7 +703,7 @@ class QuoteMatcher(debug: Boolean) {
703703

704704
extension (self: MatchingExprs)
705705
/** Concatenates the contents of two successful matchings */
706-
def &&& (that: MatchingExprs): MatchingExprs = self ++ that
706+
private def &&& (that: MatchingExprs): MatchingExprs = self ++ that
707707
end extension
708708

709709
// TODO-18271: Duplicate with QuotePatterns.unrollHkNestedPairsTypeTree

0 commit comments

Comments
 (0)