JS backend: fix get mangling name for generic methods with multiply upper bounds
This commit is contained in:
@@ -36,4 +36,8 @@ public final class NameClashesTest extends SingleFileTranslationTest {
|
||||
public void testDifferenceInCapitalization() throws Exception {
|
||||
checkFooBoxIsOk();
|
||||
}
|
||||
|
||||
public void testMethodOverloadInClassWithTwoUpperBounds() throws Exception {
|
||||
checkFooBoxIsOk();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user