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.
2 parents 97ac294 + 85a96fd commit dd1882bCopy full SHA for dd1882b
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