File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
compiler/src/dotty/tools/dotc Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ class Compiler {
95
95
// Note: in this mini-phase block scopes are incorrect. No phases that rely on scopes should be here
96
96
new ElimStaticThis , // Replace `this` references to static objects by global identifiers
97
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
98
+ new RestoreScopes ), // Repair scopes rendered invalid by moving definitions in prior phases of the group
99
99
List (new TransformWildcards , // Replace wildcards with default values
100
100
new MoveStatics , // Move static methods to companion classes
101
101
new ExpandPrivate , // Widen private definitions accessed from nested classes
You can’t perform that action at this time.
0 commit comments