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 @@ -111,11 +111,11 @@ class Compiler {
111
111
// Note: in this mini-phase block scopes are incorrect. No phases that rely on scopes should be here
112
112
new ElimStaticThis ) :: // Replace `this` references to static objects by global identifiers
113
113
List (new Flatten , // Lift all inner classes to package scope
114
- new RestoreScopes , // Repair scopes rendered invalid by moving definitions in prior phases of the group
115
114
new RenameLifted , // Renames lifted classes to local numbering scheme
116
115
new TransformWildcards , // Replace wildcards with default values
117
116
new MoveStatics , // Move static methods to companion classes
118
117
new ExpandPrivate , // Widen private definitions accessed from nested classes
118
+ new RestoreScopes , // Repair scopes rendered invalid by moving definitions in prior phases of the group
119
119
new SelectStatic , // get rid of selects that would be compiled into GetStatic
120
120
new CollectEntryPoints , // Find classes with main methods
121
121
new CollectSuperCalls , // Find classes that are called with super
You can’t perform that action at this time.
0 commit comments