| Index: sdk/lib/_internal/compiler/implementation/compiler.dart
|
| diff --git a/sdk/lib/_internal/compiler/implementation/compiler.dart b/sdk/lib/_internal/compiler/implementation/compiler.dart
|
| index 4fb73104d7d7e58032b8684c78bef5c65e377007..ce8f89ac40f05f80b5fa37f99585bf0bcdb1cc6a 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/compiler.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/compiler.dart
|
| @@ -954,6 +954,7 @@ abstract class Compiler implements DiagnosticListener {
|
|
|
| TreeElements analyzeElement(Element element) {
|
| assert(invariant(element, element.isDeclaration));
|
| + assert(!element.isForwardingConstructor);
|
| TreeElements elements = enqueuer.resolution.getCachedElements(element);
|
| if (elements != null) return elements;
|
| assert(parser != null);
|
|
|