| 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 8853b2fec78f9f3f22c8f4f084d810c95f711c54..35cc2b8614d0607ff22361520b4beb174565998b 100644
|
| --- a/pkg/compiler/lib/src/compile_time_constants.dart
|
| +++ b/pkg/compiler/lib/src/compile_time_constants.dart
|
| @@ -860,6 +860,7 @@ class CompileTimeConstantEvaluator extends Visitor<AstConstant> {
|
| return new AstConstant.fromDefaultValue(
|
| element, constant, handler.getConstantValue(constant));
|
| }
|
| +
|
| target.computeType(resolution);
|
|
|
| FunctionSignature signature = target.functionSignature;
|
|
|