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 024c48b commit 819953eCopy full SHA for 819953e
compiler/src/dotty/tools/dotc/transform/patmat/Space.scala
@@ -694,6 +694,7 @@ class SpaceEngine(implicit ctx: Context) extends SpaceLogic {
694
minimizeAll = false,
695
maximizeAll = true
696
)
697
+ debug.println(s"removeThisType.prefixTVar.bounds(${Option(removeThisType.prefixTVar).map(_.asInstanceOf[TypeVar].origin.underlying.bounds.show)}")
698
699
// If parent contains a reference to an abstract type, then we should
700
// refine subtype checking to eliminate abstract types according to
0 commit comments