Skip to content

Commit 67e5781

Browse files
committed
Fix merge breakage
1 parent c831128 commit 67e5781

File tree

1 file changed

+1
-1
lines changed
  • compiler/src/dotty/tools/dotc/transform/patmat

1 file changed

+1
-1
lines changed

compiler/src/dotty/tools/dotc/transform/patmat/Space.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,7 @@ class SpaceEngine(implicit ctx: Context) extends SpaceLogic {
542542

543543
val childTp = if (child.isTerm) child.termRef else child.typeRef
544544

545-
val resTp = instantiate(childTp, parent)(ctx.fresh.setNewTyperState)
545+
val resTp = instantiate(childTp, parent)(ctx.fresh.setNewTyperState())
546546

547547
if (!resTp.exists) {
548548
debug.println(s"[refine] unqualified child ousted: ${childTp.show} !< ${parent.show}")

0 commit comments

Comments
 (0)