| Index: pkg/analysis_server/test/services/correction/fix_test.dart
|
| diff --git a/pkg/analysis_server/test/services/correction/fix_test.dart b/pkg/analysis_server/test/services/correction/fix_test.dart
|
| index dfb6a600fb09ed2d681c8cf48852012b60ded840..0d89134875c2f7086c21e2b72965400fbc619f98 100644
|
| --- a/pkg/analysis_server/test/services/correction/fix_test.dart
|
| +++ b/pkg/analysis_server/test/services/correction/fix_test.dart
|
| @@ -2144,6 +2144,7 @@ class A {
|
| }
|
|
|
| class B implements A {
|
| + @override
|
| var f;
|
| }
|
| ''');
|
| @@ -2336,8 +2337,10 @@ class A {
|
| }
|
|
|
| class B implements A {
|
| + @override
|
| int ma;
|
|
|
| + @override
|
| double mc;
|
|
|
| @override
|
|
|