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.
1 parent 86c9a7e commit fb699a9Copy full SHA for fb699a9
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