Wrote /root/JavaX-Caches/tmp_1472581525/main.java - 514 bytes (written=514, should be 514)
javac=0, ecj=1, useJarBot=0
Checking ECJ at port 4898 at 127.0.0.1
/root/jdk-17/bin/javac -source 11 -target 11 -nowarn -encoding utf8 -Xdiags:verbose -cp /root/.javax/x30.jar:/root/dexcompiler/android.jar:/root/dexcompiler/support-v4-22.2.1.jar:/root/javafx/javafx.base.jar:/root/javafx/javafx.graphics.jar:/root/javafx/javafx.swing.jar -d /root/JavaX-Caches/tmp_242999831 /root/JavaX-Caches/tmp_1472581525/main.java 2>&1
[Compilation Error]Compiler errors. Medium transpile. Show Java sources. Show snippet. Edit.
/root/JavaX-Caches/tmp_1472581525/main.java:2: error: class, interface, or enum expected
static S lexicographicallyNextString(S input) {
^
/root/JavaX-Caches/tmp_1472581525/main.java:3: error: class, interface, or enum expected
final int lastCharPosition = input.length()-1;
^
/root/JavaX-Caches/tmp_1472581525/main.java:4: error: class, interface, or enum expected
String inputWithoutLastChar = input.substring(0, lastCharPosition);
^
/root/JavaX-Caches/tmp_1472581525/main.java:5: error: class, interface, or enum expected
char lastChar = input.charAt(lastCharPosition);
^
/root/JavaX-Caches/tmp_1472581525/main.java:6: error: class, interface, or enum expected
char incrementedLastChar = (char) (lastChar + 1);
^
/root/JavaX-Caches/tmp_1472581525/main.java:8: error: class, interface, or enum expected
if (incrementedLastChar == ((char) 0)) return input+incrementedLastChar;
^
/root/JavaX-Caches/tmp_1472581525/main.java:9: error: class, interface, or enum expected
return inputWithoutLastChar+incrementedLastChar;
^
/root/JavaX-Caches/tmp_1472581525/main.java:10: error: class, interface, or enum expected
}
^
8 errors