| Index: lib/compiler/implementation/universe.dart
|
| diff --git a/lib/compiler/implementation/universe.dart b/lib/compiler/implementation/universe.dart
|
| index ebf742aa5c177e161b6adb3a7909fba739479279..88764178775a877cccc0689019fd62c6afdb1ce3 100644
|
| --- a/lib/compiler/implementation/universe.dart
|
| +++ b/lib/compiler/implementation/universe.dart
|
| @@ -353,4 +353,6 @@ class TypedSelector extends Selector {
|
| if (other.receiverType !== receiverType) return false;
|
| return super == other;
|
| }
|
| +
|
| + toString() => '$kind on $receiverType $argumentCount';
|
| }
|
|
|