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 bf8a800 commit 0655707Copy full SHA for 0655707
compiler/src/dotty/tools/dotc/core/TypeErasure.scala
@@ -530,7 +530,6 @@ object TypeErasure {
530
case tp: TypeProxy => hasStableErasure(tp.translucentSuperType)
531
case tp: AndType => hasStableErasure(tp.tp1) && hasStableErasure(tp.tp2)
532
case tp: OrType => hasStableErasure(tp.tp1) && hasStableErasure(tp.tp2)
533
- case _: FlexibleType => false
534
case _ => false
535
}
536
0 commit comments