| Index: sdk/lib/_internal/compiler/implementation/universe/universe.dart
|
| ===================================================================
|
| --- sdk/lib/_internal/compiler/implementation/universe/universe.dart (revision 15370)
|
| +++ sdk/lib/_internal/compiler/implementation/universe/universe.dart (working copy)
|
| @@ -330,6 +330,7 @@
|
|
|
| bool equalsUntyped(Selector other) {
|
| return name == other.name
|
| + && kind == other.kind
|
| && identical(library, other.library)
|
| && argumentCount == other.argumentCount
|
| && namedArguments.length == other.namedArguments.length
|
|
|