We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 207c380 commit 9dcd977Copy full SHA for 9dcd977
compiler/src/dotty/tools/dotc/transform/FirstTransform.scala
@@ -42,6 +42,7 @@ class FirstTransform extends MiniPhase with SymTransformer { thisPhase =>
42
import ast.tpd._
43
44
override def phaseName: String = FirstTransform.name
45
+ override def changesParents: Boolean = true // the phase drops Any
46
47
/** Two transforms:
48
* 1. eliminate self symbol in ClassInfo
0 commit comments