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

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

Issue 10191016: Introduce typed selectors for getters and setters also for better tree shaking. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 8 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/resolver.dart
===================================================================
--- lib/compiler/implementation/resolver.dart (revision 6933)
+++ lib/compiler/implementation/resolver.dart (working copy)
@@ -870,7 +870,7 @@
error(argument, MessageKind.INVALID_ARGUMENT_AFTER_NAMED);
}
}
- mapping.setSelector(node, new Invocation(count, namedArguments));
+ mapping.setSelector(node, new Selector.invocation(count, namedArguments));
}
visitSend(Send node) {

Powered by Google App Engine
This is Rietveld 408576698