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