| Index: pkg/front_end/lib/src/fasta/type_inference/type_inference_engine.dart
|
| diff --git a/pkg/front_end/lib/src/fasta/type_inference/type_inference_engine.dart b/pkg/front_end/lib/src/fasta/type_inference/type_inference_engine.dart
|
| index 8f2519c3ef853c0405cecb89f8e99557bfee9c9e..c7b77d315746595aee6e06457e1c66873b9fc859 100644
|
| --- a/pkg/front_end/lib/src/fasta/type_inference/type_inference_engine.dart
|
| +++ b/pkg/front_end/lib/src/fasta/type_inference/type_inference_engine.dart
|
| @@ -173,7 +173,7 @@ abstract class TypeInferenceEngineImpl<F> extends TypeInferenceEngine<F> {
|
| @override
|
| void prepareTopLevel(CoreTypes coreTypes, ClassHierarchy hierarchy) {
|
| this.coreTypes = coreTypes;
|
| - this.classHierarchy = classHierarchy;
|
| + this.classHierarchy = hierarchy;
|
| }
|
|
|
| @override
|
|
|