| Index: pkg/analyzer/test/generated/all_the_rest.dart
|
| diff --git a/pkg/analyzer/test/generated/all_the_rest.dart b/pkg/analyzer/test/generated/all_the_rest.dart
|
| index 4e86f49e6e6c701bbc0ebd2fc94cc5cb1a27d505..04b012ea9fadfa085b3416d66fcf4aa6d7fe0cd7 100644
|
| --- a/pkg/analyzer/test/generated/all_the_rest.dart
|
| +++ b/pkg/analyzer/test/generated/all_the_rest.dart
|
| @@ -4043,7 +4043,7 @@ class A {
|
| CompilationUnit compilationUnit = resolveSource(r'''
|
| const foo = const B(4);
|
| class A {
|
| - const A() : x(3);
|
| + const A() : x = 3;
|
| final int x;
|
| }
|
| class B extends A {
|
|
|