| Index: pkg/analyzer/lib/src/generated/constant.dart
|
| diff --git a/pkg/analyzer/lib/src/generated/constant.dart b/pkg/analyzer/lib/src/generated/constant.dart
|
| index db0eb797346704dbf9fc2afb621ea2d7878ede40..5233b48c17917448841b3998c635b986a1c585bf 100644
|
| --- a/pkg/analyzer/lib/src/generated/constant.dart
|
| +++ b/pkg/analyzer/lib/src/generated/constant.dart
|
| @@ -119,7 +119,7 @@ class ConstantEvaluator {
|
| * types.
|
| */
|
| ConstantEvaluator(this._source, this._typeProvider, {TypeSystem typeSystem})
|
| - : _typeSystem = typeSystem ?? new TypeSystemImpl();
|
| + : _typeSystem = typeSystem ?? new TypeSystemImpl(_typeProvider);
|
|
|
| EvaluationResult evaluate(Expression expression) {
|
| RecordingErrorListener errorListener = new RecordingErrorListener();
|
|
|