| Index: sdk/lib/_internal/compiler/implementation/ordered_typeset.dart
|
| diff --git a/sdk/lib/_internal/compiler/implementation/ordered_typeset.dart b/sdk/lib/_internal/compiler/implementation/ordered_typeset.dart
|
| index d9af606d2f5c974752544ddcc1641df8354270ec..98cc60ac4e8c75f80cec7ba90bd2d8fc6fab749a 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/ordered_typeset.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/ordered_typeset.dart
|
| @@ -139,7 +139,7 @@ class OrderedTypeSetBuilder {
|
| DartType existingType = link.head;
|
| if (existingType == type) return;
|
| if (existingType.element == type.element) {
|
| - compiler.reportInternalError(cls,
|
| + compiler.reportError(cls,
|
| MessageKind.MULTI_INHERITANCE,
|
| {'thisType': cls.thisType,
|
| 'firstType': existingType,
|
|
|