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:
@@ -154,4 +154,8 @@ public class FunctionTest extends AbstractExpressionTest {
|
||||
public void testLambdaOrLocalFunInsideEnumMethod() throws Exception {
|
||||
checkFooBoxIsOk();
|
||||
}
|
||||
|
||||
public void testManglingClashFunctionsAndClasses() throws Exception {
|
||||
checkFooBoxIsOk();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user