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 1d5e95e commit d54cc18Copy full SHA for d54cc18
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