Final
This commit is contained in:
parent
88c78342d5
commit
998c146f4b
@ -357,7 +357,7 @@ public class StatementGenerator {
|
||||
Statement block = convert(stmt.statementNoShortIf());
|
||||
return new WhileStmt(expr, block, stmt.getStart());
|
||||
}
|
||||
|
||||
//TODO Felix_K
|
||||
private Statement convert(Java8Parser.DoStatementContext stmt){
|
||||
Statement block = convert(stmt.statement());
|
||||
Expression expr = convert(stmt.expression());
|
||||
|
Loading…
Reference in New Issue
Block a user