JS backend: fixed compiler crash when use compareTo in infix call.

#EA-54661 fixed
This commit is contained in:
Zalim Bashorov
2014-05-08 18:10:54 +04:00
parent a578fc6762
commit 399c9c1175
3 changed files with 32 additions and 5 deletions
@@ -87,6 +87,10 @@ public final class OperatorOverloadingTest extends SingleFileTranslationTest {
fooBoxTest();
}
public void testCompareToByName() throws Exception {
fooBoxTest();
}
public void testPlusAndMinusAsAnExpression() throws Exception {
fooBoxTest();