Skip to content

Commit 18c684a

Browse files
Update tasty-inspect.md
1 parent 118cda2 commit 18c684a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/docs/reference/metaprogramming/tasty-inspect.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ Note that if we need to run the main (in an object called `Test`) after
4646
compilation we need make available the compiler to the runtime:
4747

4848
```shell
49-
dotc -with-compiler -d out Test.scala
50-
dotr -with-compiler -classpath out Test
49+
dotc -d out Test.scala
50+
dotr -classpath out Test
5151
```
5252

5353

0 commit comments

Comments
 (0)