| Index: pkg/compiler/lib/src/ordered_typeset.dart
|
| diff --git a/pkg/compiler/lib/src/ordered_typeset.dart b/pkg/compiler/lib/src/ordered_typeset.dart
|
| index 52d0c62e4316c5a7557e01767db9865da0e119df..48f32286b71180ab288de98855f3507f34ea4e29 100644
|
| --- a/pkg/compiler/lib/src/ordered_typeset.dart
|
| +++ b/pkg/compiler/lib/src/ordered_typeset.dart
|
| @@ -179,7 +179,8 @@ class OrderedTypeSetBuilder {
|
| DartType existingType = link.head;
|
| if (existingType == type) return;
|
| if (existingType.element == type.element) {
|
| - compiler.reportError(cls,
|
| + compiler.reportErrorMessage(
|
| + cls,
|
| MessageKind.MULTI_INHERITANCE,
|
| {'thisType': cls.thisType,
|
| 'firstType': existingType,
|
|
|