| Index: pkg/compiler/lib/src/ssa/kernel_ast_adapter.dart
|
| diff --git a/pkg/compiler/lib/src/ssa/kernel_ast_adapter.dart b/pkg/compiler/lib/src/ssa/kernel_ast_adapter.dart
|
| index ae66c075aeb312cc88e29c978e54327986135694..5f2bb0357974d4b26a58541b5f5967c38489c53d 100644
|
| --- a/pkg/compiler/lib/src/ssa/kernel_ast_adapter.dart
|
| +++ b/pkg/compiler/lib/src/ssa/kernel_ast_adapter.dart
|
| @@ -265,7 +265,8 @@ class KernelAstAdapter extends KernelToElementMapBaseMixin
|
| }
|
|
|
| @override
|
| - Local getLocalVariable(ir.VariableDeclaration variable) {
|
| + Local getLocalVariable(ir.VariableDeclaration variable,
|
| + {bool isClosureCallMethod}) {
|
| // If this is a synthetic local, return the synthetic local
|
| if (variable.name == null) {
|
| return _syntheticLocals.putIfAbsent(
|
|
|