| Index: pkg/compiler/lib/src/universe/universe.dart
|
| diff --git a/pkg/compiler/lib/src/universe/universe.dart b/pkg/compiler/lib/src/universe/universe.dart
|
| index aa90f73fca182335f047d30a87b85a457681bcb2..6bfad4391a782cdfa085b3aaa5a7ec3bcaaa2df0 100644
|
| --- a/pkg/compiler/lib/src/universe/universe.dart
|
| +++ b/pkg/compiler/lib/src/universe/universe.dart
|
| @@ -12,6 +12,9 @@ import '../dart_types.dart';
|
| import '../types/types.dart';
|
| import '../tree/tree.dart';
|
| import '../util/util.dart';
|
| +import '../world.dart' show
|
| + ClassWorld,
|
| + World;
|
|
|
| part 'function_set.dart';
|
| part 'side_effects.dart';
|
|
|