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