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 802a024 commit 94efb07Copy full SHA for 94efb07
compiler/src/dotty/tools/dotc/core/Denotations.scala
@@ -833,9 +833,6 @@ object Denotations {
833
// creations that way, and also avoid phase caches in contexts to get large.
834
// To work correctly, we need to demand that the context with the new phase
835
// is not retained in the result.
836
- catch case ex: CyclicReference =>
837
- // println(s"error while transforming $this")
838
- throw ex
839
finally
840
mutCtx.setPeriod(savedPeriod)
841
if next eq cur then
0 commit comments