Added regression tests for KT-3518 Null pointer during null comparison in JS Backend.
This commit is contained in:
@@ -49,4 +49,8 @@ public final class EqualsTest extends AbstractExpressionTest {
|
||||
public void testEqualsNullOrUndefined() throws Exception {
|
||||
checkFooBoxIsOk();
|
||||
}
|
||||
|
||||
public void testCompareNullableListWithNull() throws Exception {
|
||||
checkFooBoxIsOk();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user