| 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 ec3048c6ff9f78233f5b60d4f52187a9f8499c6e..4c9fe6e180344c7ae1d1143b44dd6ec8a89a191f 100644
|
| --- a/pkg/compiler/lib/src/ssa/kernel_ast_adapter.dart
|
| +++ b/pkg/compiler/lib/src/ssa/kernel_ast_adapter.dart
|
| @@ -346,6 +346,9 @@ class KernelAstAdapter extends KernelElementAdapterMixin {
|
| });
|
| }
|
|
|
| + ir.Procedure get createInvocationMirror =>
|
| + kernel.functions[_backend.helpers.createInvocationMirror];
|
| +
|
| ir.Class get mapLiteralClass =>
|
| kernel.classes[_backend.helpers.mapLiteralClass];
|
|
|
|
|