Anuken/Arc

js function can't be used for Cons2

deltanedas opened this issue · 1 comments

The code block.config(java.lang.String, (ent, h) => {}); throws:
InternalError: Cannot convert function to interface arc.func.Cons2 since it contains methods with different name
It refers to Cons2#with which is a default function, shouldn't it ignore that?

Yes but rhino is stupid, so I'll remote the with() method.