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

Unified Diff: sdk/lib/_internal/compiler/implementation/resolution/resolution.dart

Issue 392873002: Element-model refactoring. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Updated cf. comments. Created 6 years, 5 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: sdk/lib/_internal/compiler/implementation/resolution/resolution.dart
diff --git a/sdk/lib/_internal/compiler/implementation/resolution/resolution.dart b/sdk/lib/_internal/compiler/implementation/resolution/resolution.dart
index 1c06c20043a67cdccd5bd1ba8351e5e91ff87f90..a5f877894b96c08ce37f413c03cea3ac95a0f367 100644
--- a/sdk/lib/_internal/compiler/implementation/resolution/resolution.dart
+++ b/sdk/lib/_internal/compiler/implementation/resolution/resolution.dart
@@ -14,11 +14,14 @@ import '../elements/modelx.dart'
show BaseClassElementX,
ConstructorElementX,
ErroneousElementX,
- FieldParameterElementX,
+ FieldElementX,
+ FormalElementX,
FunctionElementX,
FunctionSignatureX,
+ InitializingFormalElementX,
LabelElementX,
LocalFunctionElementX,
+ LocalParameterElementX,
LocalVariableElementX,
MetadataAnnotationX,
MixinApplicationElementX,

Powered by Google App Engine
This is Rietveld 408576698