| Index: pkg/compiler/lib/src/cps_ir/shrinking_reductions.dart
|
| diff --git a/pkg/compiler/lib/src/cps_ir/shrinking_reductions.dart b/pkg/compiler/lib/src/cps_ir/shrinking_reductions.dart
|
| index 46b64375a718b5d976f74e66cc012164ad02b423..e24a89d615c2d6d8e6ac971503e533937f67fce1 100644
|
| --- a/pkg/compiler/lib/src/cps_ir/shrinking_reductions.dart
|
| +++ b/pkg/compiler/lib/src/cps_ir/shrinking_reductions.dart
|
| @@ -34,6 +34,7 @@ class ShrinkingReducer extends Pass {
|
|
|
| /// Applies shrinking reductions to root, mutating root in the process.
|
| void rewriteFieldDefinition(FieldDefinition root) {
|
| + if (!root.hasInitializer) return;
|
| rewriteExecutableDefinition(root);
|
| }
|
|
|
|
|