| Index: pkg/kernel/lib/type_propagation/type_propagation.dart
|
| diff --git a/pkg/kernel/lib/type_propagation/type_propagation.dart b/pkg/kernel/lib/type_propagation/type_propagation.dart
|
| index 48305c259c76bd0eebd85c44ccec924707e07dee..de5f329f25490cad8ec2bfaf2a04428dcb43d9bf 100644
|
| --- a/pkg/kernel/lib/type_propagation/type_propagation.dart
|
| +++ b/pkg/kernel/lib/type_propagation/type_propagation.dart
|
| @@ -51,7 +51,12 @@ class TypePropagation {
|
| }
|
| }
|
|
|
| -enum BaseClassKind { None, Exact, Subclass, Subtype, }
|
| +enum BaseClassKind {
|
| + None,
|
| + Exact,
|
| + Subclass,
|
| + Subtype,
|
| +}
|
|
|
| /// An abstract value inferred by type propagation.
|
| ///
|
|
|