JS backend: introduce the stable mangling for functions which belong to the public API or not final.
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user