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.
handleRecursive
MatchType#tryNormalize
1 parent 40dbcc2 commit 0b6900eCopy full SHA for 0b6900e
compiler/src/dotty/tools/dotc/core/Types.scala
@@ -5159,11 +5159,7 @@ object Types extends TypeUtils {
5159
private var reductionContext: util.MutableMap[Type, Type] | Null = null
5160
5161
override def tryNormalize(using Context): Type =
5162
- try
5163
- reduced.normalized
5164
- catch
5165
- case ex: Throwable =>
5166
- handleRecursive("normalizing", s"${scrutinee.show} match ..." , ex)
+ reduced.normalized
5167
5168
private def thisMatchType = this
5169
0 commit comments