| 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 1ccf7680b34da0fe01c9ed44e14e8b57629dcb17..5ebef2d8c21029668383e301dd9c38a161470c99 100644
|
| --- a/pkg/compiler/lib/src/resolution/constructors.dart
|
| +++ b/pkg/compiler/lib/src/resolution/constructors.dart
|
| @@ -223,7 +223,8 @@ class InitializerResolver {
|
| isImplicitSuperCall: true);
|
| if (!result.isError) {
|
| registry.registerStaticUse(
|
| - new StaticUse.constructorInvoke(calledConstructor, callStructure));
|
| + new StaticUse.superConstructorInvoke(
|
| + calledConstructor, callStructure));
|
| }
|
|
|
| if (isConst && isValidAsConstant) {
|
|
|