| Index: pkg/compiler/lib/src/kernel/element_map.dart
|
| diff --git a/pkg/compiler/lib/src/kernel/element_map.dart b/pkg/compiler/lib/src/kernel/element_map.dart
|
| index 35ecc3930eb8243bd8482d97fb4b18e86eb408b7..0a1a4e4ab37d30645a94aab2077fc66580f66897 100644
|
| --- a/pkg/compiler/lib/src/kernel/element_map.dart
|
| +++ b/pkg/compiler/lib/src/kernel/element_map.dart
|
| @@ -186,7 +186,7 @@ abstract class KernelToElementMapForBuilding implements KernelToElementMap {
|
|
|
| /// Return the [ConstantValue] the initial value of [field] or `null` if
|
| /// the initializer is not a constant expression.
|
| - ConstantValue getFieldConstantValue(ir.Field field);
|
| + ConstantValue getFieldConstantValue(FieldEntity field);
|
|
|
| /// Returns the `noSuchMethod` [FunctionEntity] call from a
|
| /// `super.noSuchMethod` invocation within [cls].
|
|
|