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 a886cd4 commit 85a96fdCopy full SHA for 85a96fd
compiler/src/dotty/tools/dotc/transform/TailRec.scala
@@ -70,7 +70,6 @@ class TailRec extends MiniPhaseTransform with DenotTransformer with FullParamete
70
override def transform(ref: SingleDenotation)(implicit ctx: Context): SingleDenotation = ref
71
72
override def phaseName: String = "tailrec"
73
- override def treeTransformPhase = thisTransform // TODO Make sure tailrec runs at next phase.
74
75
final val labelFlags = Flags.Synthetic | Flags.Label
76
0 commit comments