| Index: pkg/kernel/lib/transformations/closure/info.dart
|
| diff --git a/pkg/kernel/lib/transformations/closure/info.dart b/pkg/kernel/lib/transformations/closure/info.dart
|
| index b47da636cc3c54acac95d7a22522dd7726b69b29..408d37c61a7563336ae19f8eae4656ab0d9460d7 100644
|
| --- a/pkg/kernel/lib/transformations/closure/info.dart
|
| +++ b/pkg/kernel/lib/transformations/closure/info.dart
|
| @@ -9,17 +9,13 @@ import '../../ast.dart'
|
| Class,
|
| Constructor,
|
| Field,
|
| - FieldInitializer,
|
| FunctionDeclaration,
|
| FunctionNode,
|
| - LocalInitializer,
|
| Member,
|
| Name,
|
| Procedure,
|
| ProcedureKind,
|
| PropertyGet,
|
| - RedirectingInitializer,
|
| - SuperInitializer,
|
| ThisExpression,
|
| TypeParameter,
|
| TypeParameterType,
|
|
|