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 1d5e95e + d54cc18 commit d8e7c40Copy full SHA for d8e7c40
docs/docs/contributing/debugging.md
@@ -100,7 +100,7 @@ dotc -Xprint:frontend ../issues/Playground.scala
100
To print out the trees after Frontend and CollectSuperCalls phases:
101
102
```
103
-dotc -Xprint:frontend,collectSuperCalls ../issues/Playground.scal
+dotc -Xprint:frontend,collectSuperCalls ../issues/Playground.scala
104
105
106
To print out the trees after all phases:
0 commit comments