Skip to content

Commit 00676e3

Browse files
committed
Drop opaque in Matching
A private opaque type alias is equivalent to a private type alias
1 parent 8c8e03e commit 00676e3

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
@@ -441,7 +441,7 @@ object QuoteMatcher {
441441
}
442442

443443
/** Result of matching a part of an expression */
444-
private opaque type Matching = Option[Tuple]
444+
private type Matching = Option[Tuple]
445445

446446
private object Matching {
447447

0 commit comments

Comments
 (0)