We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
handleRecursive
MatchType#tryNormalize
1 parent ea96161 commit dc2d31bCopy full SHA for dc2d31b
compiler/src/dotty/tools/dotc/core/Types.scala
@@ -4958,11 +4958,7 @@ object Types extends TypeUtils {
4958
private var reductionContext: util.MutableMap[Type, Type] = _
4959
4960
override def tryNormalize(using Context): Type =
4961
- try
4962
- reduced.normalized
4963
- catch
4964
- case ex: Throwable =>
4965
- handleRecursive("normalizing", s"${scrutinee.show} match ..." , ex)
+ reduced.normalized
4966
4967
def reduced(using Context): Type = atPhaseNoLater(elimOpaquePhase) {
4968
0 commit comments