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

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

Issue 10908068: Better tracking of provided types at call sites (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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.dart
diff --git a/lib/compiler/implementation/universe.dart b/lib/compiler/implementation/universe.dart
index a03a61c7295d92f44e19ced9a4a85f67449360d7..eb08595827deca2f6feb5a72a981a348fc5b03d6 100644
--- a/lib/compiler/implementation/universe.dart
+++ b/lib/compiler/implementation/universe.dart
@@ -322,7 +322,7 @@ class Selector implements Hashable {
return orderedNamedArguments;
}
- toString() => 'Selector($kind, $name, $argumentCount)';
+ toString() => 'Selector($kind, $name, $argumentCount $namedArgumentCount)';
kasperl 2012/09/04 09:18:45 Maybe this needs better formatting? Maybe somethin
Søren Gjesse 2012/09/04 14:55:07 Included the actual names of the named arguments i
}
class TypedSelector extends Selector {

Powered by Google App Engine
This is Rietveld 408576698