Index: pkg/compiler/lib/src/resolution/tree_elements.dart |
diff --git a/pkg/compiler/lib/src/resolution/tree_elements.dart b/pkg/compiler/lib/src/resolution/tree_elements.dart |
index cfcf0a73ffb1e8166fe8d389965771a88f6048df..c4c6b5f1d319c393472374582ffc92071425d387 100644 |
--- a/pkg/compiler/lib/src/resolution/tree_elements.dart |
+++ b/pkg/compiler/lib/src/resolution/tree_elements.dart |
@@ -9,6 +9,7 @@ import '../constants/expressions.dart'; |
import '../elements/resolution_types.dart'; |
import '../diagnostics/source_span.dart'; |
import '../elements/elements.dart'; |
+import '../elements/jumps.dart'; |
import '../tree/tree.dart'; |
import '../universe/selector.dart' show Selector; |
import '../util/util.dart'; |