Wrote /root/JavaX-Caches/tmp_1309816029/main.java - 2641 bytes (written=2641, should be 2641) 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_777599961 /root/JavaX-Caches/tmp_1309816029/main.java 2>&1
[Compilation Error]

Compiler errors. Medium transpile. Show Java sources. Show snippet. Edit.

/root/JavaX-Caches/tmp_1309816029/main.java:35: error: no suitable method found for unnullForIteration(short[]) for (short d : unnullForIteration(l)) ^ method main.unnullForIteration(String) is not applicable (argument mismatch; short[] cannot be converted to String) method main.<A#1>unnullForIteration(Collection<A#1>) is not applicable (cannot infer type-variable(s) A#1 (argument mismatch; short[] cannot be converted to Collection<A#1>)) method main.<A#2>unnullForIteration(List<A#2>) is not applicable (cannot infer type-variable(s) A#2 (argument mismatch; short[] cannot be converted to List<A#2>)) method main.unnullForIteration(int[]) is not applicable (argument mismatch; short[] cannot be converted to int[]) method main.unnullForIteration(char[]) is not applicable (argument mismatch; short[] cannot be converted to char[]) method main.unnullForIteration(double[]) is not applicable (argument mismatch; short[] cannot be converted to double[]) method main.<A#3,B>unnullForIteration(Map<A#3,B>) is not applicable (cannot infer type-variable(s) A#3,B (argument mismatch; short[] cannot be converted to Map<A#3,B>)) method main.<A#4>unnullForIteration(Iterable<A#4>) is not applicable (cannot infer type-variable(s) A#4 (argument mismatch; short[] cannot be converted to Iterable<A#4>)) method main.<A#5>unnullForIteration(A#5[]) is not applicable (inference variable A#5 has incompatible bounds equality constraints: short lower bounds: Object) method main.unnullForIteration(BitSet) is not applicable (argument mismatch; short[] cannot be converted to BitSet) method main.unnullForIteration(Long) is not applicable (argument mismatch; short[] cannot be converted to Long) where A#1,A#2,A#3,B,A#4,A#5 are type-variables: A#1 extends Object declared in method <A#1>unnullForIteration(Collection<A#1>) A#2 extends Object declared in method <A#2>unnullForIteration(List<A#2>) A#3 extends Object declared in method <A#3,B>unnullForIteration(Map<A#3,B>) B extends Object declared in method <A#3,B>unnullForIteration(Map<A#3,B>) A#4 extends Object declared in method <A#4>unnullForIteration(Iterable<A#4>) A#5 extends Object declared in method <A#5>unnullForIteration(A#5[]) 1 error