| Index: pkg/compiler/lib/src/js_backend/type_variable_handler.dart
|
| diff --git a/pkg/compiler/lib/src/js_backend/type_variable_handler.dart b/pkg/compiler/lib/src/js_backend/type_variable_handler.dart
|
| index 2ebda27c8a416ff5c103dac3f5d60576fdebacbd..b515951aa133febf405e6d88cdf974a2647b6a58 100644
|
| --- a/pkg/compiler/lib/src/js_backend/type_variable_handler.dart
|
| +++ b/pkg/compiler/lib/src/js_backend/type_variable_handler.dart
|
| @@ -119,6 +119,7 @@ class TypeVariableHandler {
|
| arguments);
|
| ConstantValue value = constant.value;
|
| _backend.registerCompileTimeConstant(value, _compiler.globalDependencies);
|
| + _backend.addCompileTimeConstantForEmission(value);
|
| _backend.constants.addCompileTimeConstantForEmission(value);
|
| constants.add(
|
| _reifyTypeVariableConstant(value, currentTypeVariable.element));
|
|
|