JS backend: introduce the stable mangling for functions which belong to the public API or not final.

This commit is contained in:
Zalim Bashorov
2013-12-21 21:52:14 +04:00
parent 0af1ae360f
commit 0374ce96b7
5 changed files with 328 additions and 48 deletions
@@ -112,4 +112,13 @@ public class FunctionTest extends AbstractExpressionTest {
public void testCallFunInInit() throws Exception {
fooBoxTest();
}
public void testMangling() throws Exception {
checkFooBoxIsOk();
}
public void testOverloadingWithInheritance() throws Exception {
checkFooBoxIsOk();
}
}