| Index: pkg/compiler/lib/src/universe/world_builder.dart
|
| diff --git a/pkg/compiler/lib/src/universe/world_builder.dart b/pkg/compiler/lib/src/universe/world_builder.dart
|
| index 088c27d3c8f0d421cd61f73274c27d60b2c7d3ee..7fde56cacb836be3ecc3f1a1855dda394d491566 100644
|
| --- a/pkg/compiler/lib/src/universe/world_builder.dart
|
| +++ b/pkg/compiler/lib/src/universe/world_builder.dart
|
| @@ -81,7 +81,7 @@ abstract class SelectorConstraints {
|
| ///
|
| /// Ideally the selector constraints for calls `foo` with two positional
|
| /// arguments apply to `A.foo` but `B.foo`.
|
| - bool applies(Element element, Selector selector, World world);
|
| + bool applies(MemberElement element, Selector selector, World world);
|
|
|
| /// Returns `true` if at least one of the receivers matching these constraints
|
| /// in the closed [world] have no implementation matching [selector].
|
|
|