We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 327fe31 commit f8f2f1dCopy full SHA for f8f2f1d
compiler/src/dotty/tools/dotc/Compiler.scala
@@ -95,7 +95,7 @@ class Compiler {
95
// Note: in this mini-phase block scopes are incorrect. No phases that rely on scopes should be here
96
new ElimStaticThis, // Replace `this` references to static objects by global identifiers
97
new Flatten, // Lift all inner classes to package scope
98
- new RestoreScopes), // Repair scopes rendered invalid by moving definitions in prior phases of the group
+ new RestoreScopes), // Repair scopes rendered invalid by moving definitions in prior phases of the group
99
List(new TransformWildcards, // Replace wildcards with default values
100
new MoveStatics, // Move static methods to companion classes
101
new ExpandPrivate, // Widen private definitions accessed from nested classes
0 commit comments