JS backend: added test which check that name of classes not mangled when we have a function with the same name in non-public API

This commit is contained in:
Zalim Bashorov
2015-06-01 16:38:05 +03:00
parent 33fb3fb6e4
commit 79b5652ce6
2 changed files with 49 additions and 0 deletions
@@ -154,4 +154,8 @@ public class FunctionTest extends AbstractExpressionTest {
public void testLambdaOrLocalFunInsideEnumMethod() throws Exception {
checkFooBoxIsOk();
}
public void testManglingClashFunctionsAndClasses() throws Exception {
checkFooBoxIsOk();
}
}