Skip to content

Commit c9d7eef

Browse files
committed
Align phase name of FirstTransform with class name
1 parent 892f7bd commit c9d7eef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dotty/tools/dotc/transform/FirstTransform.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ import NameOps._
3030
class FirstTransform extends MiniPhaseTransform with IdentityDenotTransformer { thisTransformer =>
3131
import ast.tpd._
3232

33-
override def phaseName = "companions"
33+
override def phaseName = "firstTransform"
3434

3535
override def checkPostCondition(tree: Tree)(implicit ctx: Context): Unit = tree match {
3636
case Select(qual, _) if tree.symbol.exists =>

0 commit comments

Comments
 (0)