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 64bd0fe commit a94a03aCopy full SHA for a94a03a
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