| 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 c821c7e7124696602c1bb3f5c767116276787356..86bbad9f026564fceb930080c185fcfcf921f525 100644
|
| --- a/pkg/analysis_server/test/services/correction/fix_test.dart
|
| +++ b/pkg/analysis_server/test/services/correction/fix_test.dart
|
| @@ -3430,6 +3430,7 @@ int main() async {
|
| library main;
|
|
|
| import 'dart:async';
|
| +
|
| Future<int> main() async {
|
| }
|
| ''');
|
|
|