JS backend: fix compiler crash on empty then if block

#EA-68941 fixed
This commit is contained in:
Zalim Bashorov
2015-06-01 19:01:00 +03:00
parent 779a0373c7
commit f90df7aa35
3 changed files with 16 additions and 4 deletions
@@ -41,4 +41,8 @@ public class IfExpressionTest extends AbstractExpressionTest {
public void testNestedIf() throws Exception {
checkFooBoxIsOk();
}
public void testWithEmptyBlocks() throws Exception {
checkFooBoxIsOk();
}
}