| 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 88e2f5498f9325994921c7d24e26870892df64e0..be03a4d8a36e29b5ef7ddaf3ccbde76737a66bdc 100644
|
| --- a/pkg/compiler/lib/src/ssa/kernel_ast_adapter.dart
|
| +++ b/pkg/compiler/lib/src/ssa/kernel_ast_adapter.dart
|
| @@ -268,7 +268,7 @@ class KernelAstAdapter {
|
| assertNodeIsSynthetic(listLiteral);
|
| return closedWorld.commonMasks.growableListType;
|
| }
|
| - return _resultOf(owner).typeOfNewList(getNode(listLiteral)) ??
|
| + return _resultOf(owner).typeOfListLiteral(getNode(listLiteral)) ??
|
| closedWorld.commonMasks.dynamicType;
|
| }
|
|
|
|
|