| Index: pkg/analyzer/test/src/summary/summary_common.dart
|
| diff --git a/pkg/analyzer/test/src/summary/summary_common.dart b/pkg/analyzer/test/src/summary/summary_common.dart
|
| index b33aa206b98554a3c7c813137e585ed048c5dc95..a70821ea3f053e513b452cb6383beeac5b6478a9 100644
|
| --- a/pkg/analyzer/test/src/summary/summary_common.dart
|
| +++ b/pkg/analyzer/test/src/summary/summary_common.dart
|
| @@ -3971,8 +3971,8 @@ f() { // 1
|
| test_executable_localVariables_inTopLevelGetter() {
|
| String code = r'''
|
| get g { // 1
|
| - int v;
|
| - f() {}
|
| + int v;
|
| + f() {}
|
| } // 2
|
| ''';
|
| UnlinkedExecutable executable = serializeExecutableText(code, 'g');
|
|
|