#EA-79158 Fix translation of empty 'when' statement
This commit is contained in:
@@ -133,4 +133,8 @@ public final class WhenTest extends AbstractExpressionTest {
|
||||
public void testWhenStatementWithRangeClause() throws Exception {
|
||||
checkFooBoxIsOk();
|
||||
}
|
||||
|
||||
public void testEmpty() throws Exception {
|
||||
checkFooBoxIsOk();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user