JS backend: add workaround for mangling Any methods(equals, hashCode and toString) always.

This commit is contained in:
Zalim Bashorov
2014-02-04 16:04:20 +04:00
parent bc273ddd75
commit bdce3412e3
3 changed files with 295 additions and 1 deletions
@@ -125,4 +125,7 @@ public class FunctionTest extends AbstractExpressionTest {
checkFooBoxIsOk();
}
public void testManglingAnyMethods() throws Exception {
checkFooBoxIsOk();
}
}