| >>> (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) { | |
| ; | |
| } |