We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4d2ef01 + f6256a5 commit 9bedecdCopy full SHA for 9bedecd
docs/docs/reference/metaprogramming/tasty-inspect.md
@@ -46,7 +46,7 @@ Note that if we need to run the main (in an object called `Test`) after
46
compilation we need make available the compiler to the runtime:
47
48
```shell
49
-dotc -with-compiler -d out Test.scala
+dotc -d out Test.scala
50
dotr -with-compiler -classpath out Test
51
```
52
0 commit comments