File tree 1 file changed +1
-1
lines changed
compiler/src/dotty/tools/dotc
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -35,10 +35,10 @@ class Compiler {
35
35
protected def frontendPhases : List [List [Phase ]] =
36
36
List (new Parser ) :: // Compiler frontend: scanner, parser
37
37
List (new TyperPhase ) :: // Compiler frontend: namer, typer
38
- List (new CheckUnused .PostTyper , new CheckShadowing ) :: // Check for unused elements and shadowing elements
39
38
List (new YCheckPositions ) :: // YCheck positions
40
39
List (new sbt.ExtractDependencies ) :: // Sends information on classes' dependencies to sbt via callbacks
41
40
List (new semanticdb.ExtractSemanticDB ) :: // Extract info into .semanticdb files
41
+ List (new CheckUnused .PostTyper , new CheckShadowing ) :: // Check for unused elements and shadowing elements
42
42
List (new PostTyper ) :: // Additional checks and cleanups after type checking
43
43
List (new sjs.PrepJSInterop ) :: // Additional checks and transformations for Scala.js (Scala.js only)
44
44
List (new sbt.ExtractAPI ) :: // Sends a representation of the API of classes to sbt via callbacks
You can’t perform that action at this time.
0 commit comments