Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(17)

Unified Diff: pkg/analyzer/test/src/summary/summary_common.dart

Issue 1687403003: Resynthesize local variables and functions. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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');

Powered by Google App Engine
This is Rietveld 408576698