From 6d6cfa3befbdc070a353f7df7220ce41da50d5d5 Mon Sep 17 00:00:00 2001 From: Wojciech Mazur Date: Fri, 28 Jun 2024 22:35:21 +0200 Subject: [PATCH] dummy --- compiler/src/dotty/tools/dotc/core/Types.scala | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/src/dotty/tools/dotc/core/Types.scala b/compiler/src/dotty/tools/dotc/core/Types.scala index bb7dd1ab4668..e30c4eba4ca4 100644 --- a/compiler/src/dotty/tools/dotc/core/Types.scala +++ b/compiler/src/dotty/tools/dotc/core/Types.scala @@ -4974,6 +4974,7 @@ object Types extends TypeUtils { def matchCases(cmp: TrackingTypeComparer): Type = val saved = ctx.typerState.snapshot() try cmp.matchCases(scrutinee.normalized, cases) + catch case ex: Throwable => handleRecursive("reduce type ", i"$scrutinee match ...", ex) finally