JS backend: add workaround for mangling Any methods(equals, hashCode and toString) always.
This commit is contained in:
@@ -125,4 +125,7 @@ public class FunctionTest extends AbstractExpressionTest {
|
||||
checkFooBoxIsOk();
|
||||
}
|
||||
|
||||
public void testManglingAnyMethods() throws Exception {
|
||||
checkFooBoxIsOk();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user