JS backend: fixed compiler crash when use compareTo in infix call.
#EA-54661 fixed
This commit is contained in:
@@ -87,6 +87,10 @@ public final class OperatorOverloadingTest extends SingleFileTranslationTest {
|
||||
fooBoxTest();
|
||||
}
|
||||
|
||||
public void testCompareToByName() throws Exception {
|
||||
fooBoxTest();
|
||||
}
|
||||
|
||||
|
||||
public void testPlusAndMinusAsAnExpression() throws Exception {
|
||||
fooBoxTest();
|
||||
|
||||
Reference in New Issue
Block a user