Skip to content

Commit b7e97d9

Browse files
Kordyjananatoliykmetyuk
authored andcommitted
Disable YCheckPosition
1 parent 46ab5c9 commit b7e97d9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

compiler/src/dotty/tools/dotc/Compiler.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ class Compiler {
3434
protected def frontendPhases: List[List[Phase]] =
3535
List(new Parser) :: // Compiler frontend: scanner, parser
3636
List(new TyperPhase) :: // Compiler frontend: namer, typer
37-
List(new YCheckPositions) :: // YCheck positions
3837
List(new sbt.ExtractDependencies) :: // Sends information on classes' dependencies to sbt via callbacks
3938
List(new semanticdb.ExtractSemanticDB) :: // Extract info into .semanticdb files
4039
List(new PostTyper) :: // Additional checks and cleanups after type checking

0 commit comments

Comments
 (0)