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 a7fd61f065006f7d1b533ef7ddc07fe09cf673f7..580da8b5993013cd8c0ea3ff074d6dadc5a22c03 100644 |
--- a/pkg/compiler/lib/src/universe/feature.dart |
+++ b/pkg/compiler/lib/src/universe/feature.dart |
@@ -43,6 +43,9 @@ enum Feature { |
/// A field without an initializer. |
FIELD_WITHOUT_INITIALIZER, |
+ /// A local variable without an initializer. |
+ LOCAL_WITHOUT_INITIALIZER, |
+ |
/// A field whose initialization is not a constant. |
LAZY_FIELD, |