| Index: frog/evaluator.dart
|
| diff --git a/frog/evaluator.dart b/frog/evaluator.dart
|
| index e03afd00c7645c990e90957d1ef8b73780b24032..dbceeb50a59c4fffd867a3f9e15e35b9f50ebb5a 100644
|
| --- a/frog/evaluator.dart
|
| +++ b/frog/evaluator.dart
|
| @@ -28,6 +28,7 @@ class Evaluator {
|
| _markAllUsed(world.corelib);
|
| world.gen.writeTypes(world.coreimpl);
|
| world.gen.writeTypes(world.corelib);
|
| + world.gen.writeGlobals();
|
| _prelude = world.gen.writer.text;
|
|
|
| // Set these here so that we can compile the corelib without its errors
|
|
|