| 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 bcf61138159fe86a5b91546b7d4c11f718ab9511..f3f6be9fc2c7f93f58c2cf3920bd13f156b28e3f 100644
|
| --- a/pkg/compiler/lib/src/resolution/constructors.dart
|
| +++ b/pkg/compiler/lib/src/resolution/constructors.dart
|
| @@ -221,7 +221,7 @@ class InitializerResolver {
|
| diagnosticNode, kind, {'constructorName': fullConstructorName});
|
| isValidAsConstant = false;
|
| } else {
|
| - lookedupConstructor.computeSignature(visitor.compiler);
|
| + lookedupConstructor.computeType(visitor.compiler);
|
| if (!call.signatureApplies(lookedupConstructor.functionSignature)) {
|
| MessageKind kind = isImplicitSuperCall
|
| ? MessageKind.NO_MATCHING_CONSTRUCTOR_FOR_IMPLICIT
|
|
|