| 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 9f32c0bb712b82ad55f68c655f8b9e75e3f5c407..214ebf431bf9937983f99e1304878136c45bb2ab 100644
|
| --- a/pkg/compiler/lib/src/resolution/constructors.dart
|
| +++ b/pkg/compiler/lib/src/resolution/constructors.dart
|
| @@ -521,8 +521,8 @@ class ConstructorResolver extends CommonResolverVisitor<ConstructorResult> {
|
| Node diagnosticNode, String constructorName) {
|
| ClassElement cls = type.element;
|
| cls.ensureResolved(resolution);
|
| - ConstructorElement constructor = findConstructor(
|
| - context.library, cls, constructorName);
|
| + ConstructorElement constructor =
|
| + findConstructor(context.library, cls, constructorName);
|
| if (constructor == null) {
|
| MessageKind kind = constructorName.isEmpty
|
| ? MessageKind.CANNOT_FIND_UNNAMED_CONSTRUCTOR
|
|
|