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 64bd0fe + a94a03a commit 08c022aCopy full SHA for 08c022a
dist/bin/dotc
@@ -90,7 +90,7 @@ case "$1" in
90
-repl) PROG_NAME="$ReplMain" && shift ;;
91
-compile) PROG_NAME="$CompilerMain" && shift ;;
92
-decompile) PROG_NAME="$DecompilerMain" && shift ;;
93
- -print-tasty) PROG_NAME="$DecompilerMain" && shift ;;
+ -print-tasty) PROG_NAME="$DecompilerMain" && addScala "-print-tasty" && shift ;;
94
-run) PROG_NAME="$ReplMain" && shift ;;
95
-bootcp) bootcp=true && shift ;;
96
-nobootcp) unset bootcp && shift ;;
0 commit comments