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

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

Issue 2644533002: Mostly use entities in use.dart (Closed)
Patch Set: Fixes Created 3 years, 11 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 cd8e04cc0cd799c2d7b9e67dd3cc93ab64d5fa9d..8441157133c2d6facfa1231ef588fcf9a3b863a8 100644
--- a/pkg/compiler/lib/src/elements/modelx.dart
+++ b/pkg/compiler/lib/src/elements/modelx.dart
@@ -1744,8 +1744,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