| Index: pkg/compiler/lib/src/resolution/send_structure.dart
|
| diff --git a/pkg/compiler/lib/src/resolution/send_structure.dart b/pkg/compiler/lib/src/resolution/send_structure.dart
|
| index 60d61896acd875bd4bc5876c74a864877237080b..796e83bfe9b840105a1b60d984117e9be2b4d428 100644
|
| --- a/pkg/compiler/lib/src/resolution/send_structure.dart
|
| +++ b/pkg/compiler/lib/src/resolution/send_structure.dart
|
| @@ -423,6 +423,13 @@ class IncompatibleInvokeStructure<R, A> implements SendStructure<R, A> {
|
| node.argumentsNode,
|
| callStructure,
|
| arg);
|
| + case AccessKind.LOCAL_FUNCTION:
|
| + return visitor.visitLocalFunctionIncompatibleInvoke(
|
| + node,
|
| + semantics.element,
|
| + node.argumentsNode,
|
| + callStructure,
|
| + arg);
|
| default:
|
| // TODO(johnniwinther): Support more variants of this invoke structure.
|
| break;
|
|
|