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 54f50e5 commit 9133065Copy full SHA for 9133065
compiler/src/dotty/tools/dotc/transform/ElimContextClosures.scala
@@ -44,10 +44,6 @@ class ElimContextClosures extends MiniPhase with IdentityDenotTransformer { this
44
45
override def phaseName:String = ElimContextClosures.name
46
47
- /** The info of the tree's symbol before it is potentially transformed in this phase */
48
- private def originalDenotation(tree: Tree)(using Context) =
49
- atPhase(thisPhase)(tree.symbol.denot)
50
-
51
override def transformApply(tree: Apply)(using Context): Tree =
52
trace(s"transforming ${tree.show} at phase ${ctx.phase}", show = true) {
53
0 commit comments