| Index: pkg/compiler/lib/src/compile_time_constants.dart
|
| diff --git a/pkg/compiler/lib/src/compile_time_constants.dart b/pkg/compiler/lib/src/compile_time_constants.dart
|
| index 13d5d63a79b89bf19cacf169c01ea3fd5f2d7ffb..a5b01f39fd65e3e9826a5df915161c46dd5d62cb 100644
|
| --- a/pkg/compiler/lib/src/compile_time_constants.dart
|
| +++ b/pkg/compiler/lib/src/compile_time_constants.dart
|
| @@ -732,7 +732,7 @@ class CompileTimeConstantEvaluator extends Visitor<AstConstant> {
|
|
|
| AstConstant createEvaluatedConstant(ConstantValue value) {
|
| return new AstConstant(
|
| - context, node, new ConstructedConstantExpresssion(
|
| + context, node, new ConstructedConstantExpression(
|
| value,
|
| type,
|
| constructor,
|
| @@ -850,7 +850,7 @@ class CompileTimeConstantEvaluator extends Visitor<AstConstant> {
|
| evaluator.buildFieldConstants(classElement);
|
|
|
| return new AstConstant(
|
| - context, node, new ConstructedConstantExpresssion(
|
| + context, node, new ConstructedConstantExpression(
|
| new ConstructedConstantValue(
|
| constructedType,
|
| fieldConstants.map((e) => e.value).toList()),
|
|
|