JS/RTTI: fix compiler crashing when translating expressions like (continue as T)
This commit is contained in:
@@ -132,4 +132,8 @@ public class EvaluationOrderTest extends AbstractExpressionTest {
|
||||
public void testLoopWithBreakContinueReturnInCondition() throws Exception {
|
||||
checkFooBoxIsOk();
|
||||
}
|
||||
|
||||
public void testCastWithBreakContinueReturn() throws Exception {
|
||||
checkFooBoxIsOk();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user