| Index: pkg/compiler/lib/src/resolution/constructors.dart
|
| diff --git a/pkg/compiler/lib/src/resolution/constructors.dart b/pkg/compiler/lib/src/resolution/constructors.dart
|
| index 9df156ca83c33f521788e96d3a2bf4f899e71050..1a69a1bcd81babb404ad15d4ca5ec7bddc07bf25 100644
|
| --- a/pkg/compiler/lib/src/resolution/constructors.dart
|
| +++ b/pkg/compiler/lib/src/resolution/constructors.dart
|
| @@ -567,7 +567,6 @@ class ConstructorResolver extends CommonResolverVisitor<ConstructorResult> {
|
| node,
|
| malformedIsError: inConstContext,
|
| deferredIsMalformed: false);
|
| - registry.registerRequiredType(type, resolver.enclosingElement);
|
| return constructorResultForType(node, type);
|
| }
|
|
|
|
|