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 c18ac07 commit 4661104Copy full SHA for 4661104
bin/repl
@@ -0,0 +1,6 @@
1
+#!/usr/bin/env bash
2
+
3
+ROOT="$(cd "$(dirname "${BASH_SOURCE[0]}")" >& /dev/null && pwd)/.."
4
+. $ROOT/bin/commonQ
5
6
+java -Dscala.usejavacp=true -cp $cp dotty.tools.repl.Main -usejavacp "$@"
0 commit comments