Chromium Code Reviews| 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 { |