Wrote /root/JavaX-Caches/tmp_1525494034/main.java - 80105 bytes (written=80105, should be 80105)
javac=0, ecj=1, useJarBot=0
Checking ECJ at port 4898 at 127.0.0.1
/root/jdk-17/bin/javac -source 1.8 -target 1.8 -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_1430508036 /root/JavaX-Caches/tmp_1525494034/main.java 2>&1
[Compilation Error]Compiler errors. Medium transpile. Show Java sources. Show snippet. Edit.
/root/JavaX-Caches/tmp_1525494034/main.java:33: error: no suitable method found for takeFirst(int,Set)
printStruct(takeFirst(10, keys(map)));
^
method main.takeFirst(List,int) is not applicable
(cannot infer type-variable(s) A#1
(argument mismatch; int cannot be converted to List))
method main.takeFirst(int,List) is not applicable
(cannot infer type-variable(s) A#2
(argument mismatch; no instance(s) of type variable(s) A#3 exist so that Set conforms to List))
where A#1,A#2,A#3,B are type-variables:
A#1 extends Object declared in method takeFirst(List,int)
A#2 extends Object declared in method takeFirst(int,List)
A#3 extends Object declared in method keys(Map)
B extends Object declared in method keys(Map)
1 error