| Index: pkg/fletchc/lib/src/function_codegen.dart
|
| diff --git a/pkg/fletchc/lib/src/function_codegen.dart b/pkg/fletchc/lib/src/function_codegen.dart
|
| index 8ea25a0da009e85f5990c25cd63887ebd04c4bb4..5fc18e7600aed9ee1f2587c7e1b7348206222fc3 100644
|
| --- a/pkg/fletchc/lib/src/function_codegen.dart
|
| +++ b/pkg/fletchc/lib/src/function_codegen.dart
|
| @@ -4,12 +4,10 @@
|
|
|
| library fletchc.function_codegen;
|
|
|
| -import 'package:compiler/src/dart2jslib.dart' show
|
| - MessageKind,
|
| - Registry;
|
| +import 'package:compiler/src/resolution/tree_elements.dart' show
|
| + TreeElements;
|
|
|
| import 'package:compiler/src/elements/elements.dart';
|
| -import 'package:compiler/src/resolution/resolution.dart';
|
| import 'package:compiler/src/tree/tree.dart';
|
|
|
| import 'fletch_context.dart';
|
|
|