Skip to content

Commit c37e569

Browse files
KordyjanTetchki
authored andcommitted
Disable YCheckPosition
1 parent 5de29f6 commit c37e569

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class Compiler {
3636
List(new Parser) :: // Compiler frontend: scanner, parser
3737
List(new TyperPhase) :: // Compiler frontend: namer, typer
3838
List(new CheckUnused.PostTyper) :: // Check for unused elements
39-
List(new YCheckPositions) :: // YCheck positions
39+
//List(new YCheckPositions) :: // YCheck positions
4040
List(new sbt.ExtractDependencies) :: // Sends information on classes' dependencies to sbt via callbacks
4141
List(new semanticdb.ExtractSemanticDB) :: // Extract info into .semanticdb files
4242
List(new PostTyper) :: // Additional checks and cleanups after type checking

0 commit comments

Comments
 (0)