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 ec35b84 commit 40af028Copy full SHA for 40af028
compiler/src/dotty/tools/dotc/typer/FrontEnd.scala
@@ -84,7 +84,6 @@ class FrontEnd extends Phase {
84
}
85
unitContexts foreach (parse(_))
86
record("parsedTrees", ast.Trees.ntrees)
87
- unitContexts.foreach(ctx => println(ctx.compilationUnit))
88
remaining = unitContexts
89
while (remaining.nonEmpty) {
90
enterSyms(remaining.head)
0 commit comments