| 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 c505a4728d4f7604d76d8d2ac838e5b62bbc522c..99359d7ce7ffbfe89062092358b5bbc339792dae 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/compiler.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/compiler.dart
|
| @@ -952,6 +952,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);
|
|
|