JS backend: fix compiler crash on empty then if block
#EA-68941 fixed
This commit is contained in:
@@ -41,4 +41,8 @@ public class IfExpressionTest extends AbstractExpressionTest {
|
||||
public void testNestedIf() throws Exception {
|
||||
checkFooBoxIsOk();
|
||||
}
|
||||
|
||||
public void testWithEmptyBlocks() throws Exception {
|
||||
checkFooBoxIsOk();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user