| Index: sdk/lib/_internal/compiler/implementation/types/type_mask.dart
|
| ===================================================================
|
| --- sdk/lib/_internal/compiler/implementation/types/type_mask.dart (revision 21931)
|
| +++ sdk/lib/_internal/compiler/implementation/types/type_mask.dart (working copy)
|
| @@ -408,6 +408,7 @@
|
| * privacy is taken into account.
|
| */
|
| bool canHit(Element element, Selector selector, Compiler compiler) {
|
| + assert(element.name == selector.name);
|
| if (isEmpty) {
|
| if (!isNullable) return false;
|
| return hasElementIn(
|
|
|