Index: pkg/compiler/lib/src/resolution/send_resolver.dart |
diff --git a/pkg/compiler/lib/src/resolution/send_resolver.dart b/pkg/compiler/lib/src/resolution/send_resolver.dart |
index 0d44a316a6a48b6c4062dbe8169cc500ab355465..e53cf0c5ecc1255735f0be16b8767d081522a718 100644 |
--- a/pkg/compiler/lib/src/resolution/send_resolver.dart |
+++ b/pkg/compiler/lib/src/resolution/send_resolver.dart |
@@ -94,6 +94,7 @@ class FunctionDeclStructure<R, A> extends DeclStructure<R, A> { |
FunctionDeclStructure(this.kind, FunctionElement function) : super(function); |
+ // ignore: MISSING_RETURN |
R dispatch(SemanticDeclarationVisitor<R, A> visitor, FunctionExpression node, |
A arg) { |
switch (kind) { |