Index: pkg/compiler/lib/src/resolution/members.dart |
diff --git a/pkg/compiler/lib/src/resolution/members.dart b/pkg/compiler/lib/src/resolution/members.dart |
index 442464c19e95d93786cf247108cbe732f735d166..45e381d42e3c85df0775b152a48f891d841c63f8 100644 |
--- a/pkg/compiler/lib/src/resolution/members.dart |
+++ b/pkg/compiler/lib/src/resolution/members.dart |
@@ -1643,6 +1643,7 @@ class ResolverVisitor extends MappingVisitor<ResolutionResult> { |
/// Handle a [Send] whose selector is an [Operator], like `a && b`, `a is T`, |
/// `a + b`, and `~a`. |
+ // ignore: MISSING_RETURN |
ResolutionResult handleOperatorSend(Send node) { |
String operatorText = node.selector.asOperator().source; |
if (operatorText == 'is') { |