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

Unified Diff: pkg/compiler/lib/src/elements/modelx.dart

Issue 2751983002: Pending renames and cleanups after commits (Closed)
Patch Set: Created 3 years, 9 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/compiler/lib/src/elements/modelx.dart
diff --git a/pkg/compiler/lib/src/elements/modelx.dart b/pkg/compiler/lib/src/elements/modelx.dart
index 5bfd56f46cc1c1ec9bfc4358a11b39ea728998ce..c833a098fcf907df78cd0a61b153b3341622d014 100644
--- a/pkg/compiler/lib/src/elements/modelx.dart
+++ b/pkg/compiler/lib/src/elements/modelx.dart
@@ -1747,8 +1747,7 @@ class FormalElementX extends ElementX
super(identifier.source, elementKind, enclosingElement);
FormalElementX.unnamed(ElementKind elementKind,
- FunctionTypedElement enclosingElement,
- this.definitions)
+ FunctionTypedElement enclosingElement, this.definitions)
: this.identifier = null,
super("<unnamed>", elementKind, enclosingElement);

Powered by Google App Engine
This is Rietveld 408576698