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 80a77a6 commit 43e0f98Copy full SHA for 43e0f98
src/jvm/clojure/lang/Repl.java
@@ -14,7 +14,7 @@
14
15
import clojure.main;
16
17
-class Repl {
+public class Repl {
18
19
public static void main(String[] args) throws Exception{
20
main.legacy_repl(args);
src/jvm/clojure/lang/Script.java
-class Script {
+public class Script {
main.legacy_script(args);
0 commit comments