Chromium Code Reviews| Index: lib/compiler/implementation/leg.dart |
| =================================================================== |
| --- lib/compiler/implementation/leg.dart (revision 7442) |
| +++ lib/compiler/implementation/leg.dart (working copy) |
| @@ -32,6 +32,7 @@ |
| #source('typechecker.dart'); |
| #source('universe.dart'); |
| #source('warnings.dart'); |
| +#source('world.dart'); |
| void unreachable() { |
| throw const Exception("Internal Error (Leg): UNREACHABLE"); |