| Index: dart/lib/compiler/implementation/compiler.dart
|
| diff --git a/dart/lib/compiler/implementation/compiler.dart b/dart/lib/compiler/implementation/compiler.dart
|
| index 1e0af70862c0f625c4bf1d3effb2361b5996a520..e2ffd0d784faeded57c264c98b97ecd113de2fbe 100644
|
| --- a/dart/lib/compiler/implementation/compiler.dart
|
| +++ b/dart/lib/compiler/implementation/compiler.dart
|
| @@ -626,6 +626,7 @@ class Compiler implements DiagnosticListener {
|
| withCurrentElement(work.element, () => work.run(this, world));
|
| });
|
| world.queueIsClosed = true;
|
| + if (compilationFailed) return;
|
| assert(world.checkNoEnqueuedInvokedInstanceMethods());
|
| }
|
|
|
|
|