We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8f77890 + fb699a9 commit 868906dCopy full SHA for 868906d
compiler/src/dotty/tools/dotc/parsing/ParserPhase.scala
@@ -36,9 +36,6 @@ class Parser extends Phase {
36
firstXmlPos = p.firstXmlPos
37
tree
38
}
39
-
40
- val printer = if (ctx.settings.Xprint.value.contains(Parser.name)) default else typr
41
- printer.println("parsed:\n" + unit.untpdTree.show)
42
if (Config.checkPositions)
43
unit.untpdTree.checkPos(nonOverlapping = !unit.isJava && !ctx.reporter.hasErrors)
44
0 commit comments