OLD | NEW |
---|---|
(Empty) | |
1 >>> (indent 2) | |
2 void buildComplexSwitchStatement(ast.SwitchStatement node, | |
3 Map<ast.CaseMatch, ConstantValue> constants, | |
4 Map<ast.SwitchCase, int> caseIndex, | |
5 bool hasDefault) { | |
6 ; | |
7 } | |
8 <<< | |
9 void buildComplexSwitchStatement( | |
10 ast.SwitchStatement node, | |
11 Map<ast.CaseMatch, ConstantValue> constants, | |
12 Map<ast.SwitchCase, int> caseIndex, | |
13 bool hasDefault) { | |
14 ; | |
15 } | |
OLD | NEW |