| Index: packages/dart_style/test/regression/0200/0238.unit
|
| diff --git a/packages/dart_style/test/regression/0200/0238.unit b/packages/dart_style/test/regression/0200/0238.unit
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..96f960a86480f2f9f17fc69afdc44ce99458df6c
|
| --- /dev/null
|
| +++ b/packages/dart_style/test/regression/0200/0238.unit
|
| @@ -0,0 +1,12 @@
|
| +>>>
|
| +class ObjectBenchmark extends ObservationBenchmarkBase {
|
| + ObjectBenchmark(int objectCount, int mutationCount, String config) : super(
|
| + 'ObjectBenchmark:$objectCount:$mutationCount:$config', objectCount,
|
| + mutationCount, config);
|
| +}
|
| +<<<
|
| +class ObjectBenchmark extends ObservationBenchmarkBase {
|
| + ObjectBenchmark(int objectCount, int mutationCount, String config)
|
| + : super('ObjectBenchmark:$objectCount:$mutationCount:$config',
|
| + objectCount, mutationCount, config);
|
| +}
|
|
|