| Index: packages/dart_style/test/regression/0100/0141.unit
|
| diff --git a/packages/dart_style/test/regression/0100/0141.unit b/packages/dart_style/test/regression/0100/0141.unit
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..20813d4a921e28eb6544efc82f85bcd29670093f
|
| --- /dev/null
|
| +++ b/packages/dart_style/test/regression/0100/0141.unit
|
| @@ -0,0 +1,15 @@
|
| +>>> (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) {
|
| + ;
|
| + }
|
|
|