JS backend: fix get mangling name for generic methods with multiply upper bounds

This commit is contained in:
Michael Nedzelsky
2014-10-02 13:08:34 +04:00
parent 9fabdf4587
commit b84e5969e2
3 changed files with 40 additions and 3 deletions
@@ -36,4 +36,8 @@ public final class NameClashesTest extends SingleFileTranslationTest {
public void testDifferenceInCapitalization() throws Exception {
checkFooBoxIsOk();
}
public void testMethodOverloadInClassWithTwoUpperBounds() throws Exception {
checkFooBoxIsOk();
}
}