| 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 0b80743b812b1909d4c5633f10a92be7b074e48d..320dbdc898a79ec91efdf1a35c3c948f7becb385 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';
|
|
|