| Index: packages/dart_style/test/regression/0400/0413.unit
|
| diff --git a/packages/dart_style/test/regression/0400/0413.unit b/packages/dart_style/test/regression/0400/0413.unit
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..e62712670414e353eef409a085e6c4b5304eb642
|
| --- /dev/null
|
| +++ b/packages/dart_style/test/regression/0400/0413.unit
|
| @@ -0,0 +1,10 @@
|
| +>>>
|
| +List get bindings => [
|
| + bind(const StaticFilePath())
|
| + .toValue(_staticFilePath.isEmpty ? _libRoot : _staticFilePath)
|
| + ];
|
| +<<<
|
| +List get bindings => [
|
| + bind(const StaticFilePath())
|
| + .toValue(_staticFilePath.isEmpty ? _libRoot : _staticFilePath)
|
| + ];
|
|
|