JS backend: change name mangling -- right now before indexing we sort functions by Visibility and Modality.
(cherry picked from commit 7620a07)
This commit is contained in:
@@ -26,6 +26,10 @@ public final class IdentifierClashTest extends AbstractExpressionTest {
|
||||
fooBoxTest();
|
||||
}
|
||||
|
||||
public void testOverloadedFun() throws Exception {
|
||||
fooBoxTest();
|
||||
}
|
||||
|
||||
public void testDummyFunctionToMakeTestWork() {
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user