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

Unified Diff: pkg/analyzer/test/generated/parser_fasta_test.dart

Issue 2995023002: Add debug names to scopes. (Closed)
Patch Set: Created 3 years, 4 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
« no previous file with comments | « no previous file | pkg/front_end/lib/src/fasta/builder/procedure_builder.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer/test/generated/parser_fasta_test.dart
diff --git a/pkg/analyzer/test/generated/parser_fasta_test.dart b/pkg/analyzer/test/generated/parser_fasta_test.dart
index 81d6fc71c9fb6a5274bd02aa34375574f208c6f7..be61731ddf68c1c3dd82b89cd112af05a95a1d29 100644
--- a/pkg/analyzer/test/generated/parser_fasta_test.dart
+++ b/pkg/analyzer/test/generated/parser_fasta_test.dart
@@ -867,8 +867,8 @@ class ScopeProxy implements Scope {
final _locals = <String, Builder>{};
@override
- Scope createNestedScope({bool isModifiable: true}) {
- return new Scope.nested(this, isModifiable: isModifiable);
+ Scope createNestedScope(String debugName, {bool isModifiable: true}) {
+ return new Scope.nested(this, debugName, isModifiable: isModifiable);
}
@override
« no previous file with comments | « no previous file | pkg/front_end/lib/src/fasta/builder/procedure_builder.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698