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 4dfb838 commit 52623beCopy full SHA for 52623be
compiler/src/dotty/tools/dotc/transform/patmat/Space.scala
@@ -523,6 +523,7 @@ class SpaceEngine(implicit ctx: Context) extends SpaceLogic {
523
val mt = pt.instantiate(tvars).asInstanceOf[MethodType]
524
// println("mt.paramInfos(0) = " + mt.paramInfos(0))
525
scrutineeTp <:< mt.paramInfos(0)
526
+ mt.paramInfos(0) <:< scrutineeTp
527
isFullyDefined(mt, ForceDegree.flipBottom)
528
// println("mt = " + mt)
529
mt
0 commit comments