Skip to content

Commit 819953e

Browse files
committed
More More debugging
1 parent 024c48b commit 819953e

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -694,6 +694,7 @@ class SpaceEngine(implicit ctx: Context) extends SpaceLogic {
694694
minimizeAll = false,
695695
maximizeAll = true
696696
)
697+
debug.println(s"removeThisType.prefixTVar.bounds(${Option(removeThisType.prefixTVar).map(_.asInstanceOf[TypeVar].origin.underlying.bounds.show)}")
697698

698699
// If parent contains a reference to an abstract type, then we should
699700
// refine subtype checking to eliminate abstract types according to

0 commit comments

Comments
 (0)