| Index: pkg/compiler/lib/src/universe/feature.dart
|
| diff --git a/pkg/compiler/lib/src/universe/feature.dart b/pkg/compiler/lib/src/universe/feature.dart
|
| index a9faeb11037c999d6f437a39fe2af025f1ae67d3..119fb48b4b66eb3ce8283c804d82bee3c9b80caf 100644
|
| --- a/pkg/compiler/lib/src/universe/feature.dart
|
| +++ b/pkg/compiler/lib/src/universe/feature.dart
|
| @@ -40,6 +40,9 @@ enum Feature {
|
| /// A fall through in a switch case.
|
| FALL_THROUGH_ERROR,
|
|
|
| + /// A field without an initializer.
|
| + FIELD_WITHOUT_INITIALIZER,
|
| +
|
| /// A ++/-- operation.
|
| INC_DEC_OPERATION,
|
|
|
|
|