blob: 20813d4a921e28eb6544efc82f85bcd29670093f [file] [log] [blame]
>>> (indent 2)
void buildComplexSwitchStatement(ast.SwitchStatement node,
Map<ast.CaseMatch, ConstantValue> constants,
Map<ast.SwitchCase, int> caseIndex,
bool hasDefault) {
;
}
<<<
void buildComplexSwitchStatement(
ast.SwitchStatement node,
Map<ast.CaseMatch, ConstantValue> constants,
Map<ast.SwitchCase, int> caseIndex,
bool hasDefault) {
;
}