| Index: pkg/compiler/lib/src/kernel/env.dart
|
| diff --git a/pkg/compiler/lib/src/kernel/env.dart b/pkg/compiler/lib/src/kernel/env.dart
|
| index 57c853b6a60bc3e4b028a7611ae2b211cde8632c..af566a0e9ab129f98428fc2832a5e276d3a7b1c9 100644
|
| --- a/pkg/compiler/lib/src/kernel/env.dart
|
| +++ b/pkg/compiler/lib/src/kernel/env.dart
|
| @@ -427,6 +427,7 @@ class ClassData {
|
| final ir.Class cls;
|
| final ClassDefinition definition;
|
| bool isMixinApplication;
|
| + bool isCallTypeComputed = false;
|
|
|
| InterfaceType thisType;
|
| InterfaceType rawType;
|
| @@ -434,6 +435,7 @@ class ClassData {
|
| InterfaceType mixedInType;
|
| List<InterfaceType> interfaces;
|
| OrderedTypeSet orderedTypeSet;
|
| + DartType callType;
|
|
|
| Iterable<ConstantValue> _metadata;
|
|
|
|
|