| Index: lib/src/codegen/side_effect_analysis.dart
|
| diff --git a/lib/src/codegen/side_effect_analysis.dart b/lib/src/codegen/side_effect_analysis.dart
|
| index f7a0e25bd0c755613955dc027dae731643588027..3126291e200b40c3e022012314b6bb328d9c7fe0 100644
|
| --- a/lib/src/codegen/side_effect_analysis.dart
|
| +++ b/lib/src/codegen/side_effect_analysis.dart
|
| @@ -109,7 +109,7 @@ class ConstFieldVisitor {
|
| bool isFieldInitConstant(VariableDeclaration field) =>
|
| field.initializer == null || computeConstant(field) != null;
|
|
|
| - DartObjectImpl computeConstant(VariableDeclaration field) {
|
| + DartObject computeConstant(VariableDeclaration field) {
|
| // If the constant is already computed by ConstantEvaluator, just return it.
|
| VariableElementImpl element = field.element;
|
| var result = element.evaluationResult;
|
|
|