JS/RTTI: fix compiler crashing when translating expressions like (continue as T)

This commit is contained in:
Alexey Andreev
2016-04-28 15:12:01 +03:00
parent 3a87049359
commit 75015f6bfa
3 changed files with 129 additions and 0 deletions
@@ -132,4 +132,8 @@ public class EvaluationOrderTest extends AbstractExpressionTest {
public void testLoopWithBreakContinueReturnInCondition() throws Exception {
checkFooBoxIsOk();
}
public void testCastWithBreakContinueReturn() throws Exception {
checkFooBoxIsOk();
}
}