| Index: pkg/kernel/lib/transformations/mixin_full_resolution.dart
|
| diff --git a/pkg/kernel/lib/transformations/mixin_full_resolution.dart b/pkg/kernel/lib/transformations/mixin_full_resolution.dart
|
| index 7ae2c9dcc8365744061561e5bc12cdd5814dc115..fcbc3092ada3dc3eee93b5a01fa32a481b1a2c36 100644
|
| --- a/pkg/kernel/lib/transformations/mixin_full_resolution.dart
|
| +++ b/pkg/kernel/lib/transformations/mixin_full_resolution.dart
|
| @@ -282,7 +282,7 @@ class SuperCallResolutionTransformer extends Transformer {
|
| // Incorrect noSuchMethod method: Call noSuchMethod on Object
|
| // with Invocation of noSuchMethod as the method that did not exist.
|
| noSuchMethod = hierarchy.getDispatchTarget(
|
| - hierarchy.rootClass, new Name("noSuchMethod"));
|
| + coreTypes.objectClass, new Name("noSuchMethod"));
|
| ConstructorInvocation invocation = _createInvocation(
|
| methodNameUsed, methodArguments, isSuper, new ThisExpression());
|
| ConstructorInvocation invocationPrime = _createInvocation("noSuchMethod",
|
|
|