| Index: pkg/fletchc/lib/src/lazy_field_initializer_codegen.dart
|
| diff --git a/pkg/fletchc/lib/src/lazy_field_initializer_codegen.dart b/pkg/fletchc/lib/src/lazy_field_initializer_codegen.dart
|
| index 0abcf81bdfff553a8acdf6fcb3ceeecf17c75c0c..27d09bf5709aefd7acc7241b0c7c1f00dbe90d8a 100644
|
| --- a/pkg/fletchc/lib/src/lazy_field_initializer_codegen.dart
|
| +++ b/pkg/fletchc/lib/src/lazy_field_initializer_codegen.dart
|
| @@ -4,12 +4,10 @@
|
|
|
| library fletchc.lazy_field_initializer_codegen;
|
|
|
| -import 'package:compiler/src/dart2jslib.dart' show
|
| - MessageKind,
|
| - Registry;
|
| -
|
| import 'package:compiler/src/elements/elements.dart';
|
| -import 'package:compiler/src/resolution/resolution.dart';
|
| +import 'package:compiler/src/resolution/tree_elements.dart' show
|
| + TreeElements;
|
| +
|
| import 'package:compiler/src/tree/tree.dart';
|
|
|
| import 'fletch_context.dart';
|
|
|