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

Unified Diff: pkg/compiler/lib/src/resolution/resolution.dart

Issue 1172693003: Move computeType to TypedElement and TypeDeclarationElement. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 5 years, 6 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/resolution/resolution.dart
diff --git a/pkg/compiler/lib/src/resolution/resolution.dart b/pkg/compiler/lib/src/resolution/resolution.dart
index 0d8310453cd0b8fa05b29a7a12e91f8aa5b75409..64d637e308bfc1e0ef52919055052cdb49f754a8 100644
--- a/pkg/compiler/lib/src/resolution/resolution.dart
+++ b/pkg/compiler/lib/src/resolution/resolution.dart
@@ -29,6 +29,7 @@ import '../elements/modelx.dart' show
FormalElementX,
FunctionElementX,
FunctionSignatureX,
+ GetterElementX,
InitializingFormalElementX,
JumpTargetX,
LabelDefinitionX,
@@ -40,6 +41,7 @@ import '../elements/modelx.dart' show
MixinApplicationElementX,
ParameterElementX,
ParameterMetadataAnnotation,
+ SetterElementX,
SynthesizedConstructorElementX,
TypeVariableElementX,
TypedefElementX,
« no previous file with comments | « pkg/compiler/lib/src/resolution/members.dart ('k') | pkg/compiler/lib/src/resolution/resolution_common.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698