| Index: sdk/lib/_internal/compiler/implementation/compiler.dart
|
| ===================================================================
|
| --- sdk/lib/_internal/compiler/implementation/compiler.dart (revision 18442)
|
| +++ sdk/lib/_internal/compiler/implementation/compiler.dart (working copy)
|
| @@ -650,13 +650,13 @@
|
| if (analyzeOnly) return;
|
| assert(main != null);
|
|
|
| - log('Inferring types...');
|
| - typesTask.onResolutionComplete(main);
|
| -
|
| // TODO(ahe): Remove this line. Eventually, enqueuer.resolution
|
| // should know this.
|
| world.populate();
|
|
|
| + log('Inferring types...');
|
| + typesTask.onResolutionComplete(main);
|
| +
|
| log('Compiling...');
|
| phase = PHASE_COMPILING;
|
| // TODO(johnniwinther): Move these to [CodegenEnqueuer].
|
|
|