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

Unified Diff: lib/compiler/implementation/universe/universe.dart

Issue 10964016: Change the type inference for fields in dart2js (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Final round of changes Created 8 years, 3 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: lib/compiler/implementation/universe/universe.dart
diff --git a/lib/compiler/implementation/universe/universe.dart b/lib/compiler/implementation/universe/universe.dart
index 4af1d90c183dfa88b0a96cdada74537d38bfab07..ba3fb8144b5dd2297c95a0493d25c1e982b24cf3 100644
--- a/lib/compiler/implementation/universe/universe.dart
+++ b/lib/compiler/implementation/universe/universe.dart
@@ -476,7 +476,7 @@ class TypedSelector extends Selector {
*/
final DartType receiverType;
- TypedSelector(this.receiverType, Selector selector)
+ TypedSelector(DartType this.receiverType, Selector selector)
: super(selector.kind,
selector.name,
selector.library,
« no previous file with comments | « lib/compiler/implementation/universe/function_set.dart ('k') | tests/compiler/dart2js/field_type_inferer_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698