| Index: pkg/analyzer/lib/src/summary/link.dart
|
| diff --git a/pkg/analyzer/lib/src/summary/link.dart b/pkg/analyzer/lib/src/summary/link.dart
|
| index 7bfbed1de4168e81c39c01b1e95a1538e8de67d5..cfee0e2d7d1d24e5948e6c110b05f8e6ed84fb6e 100644
|
| --- a/pkg/analyzer/lib/src/summary/link.dart
|
| +++ b/pkg/analyzer/lib/src/summary/link.dart
|
| @@ -3529,7 +3529,7 @@ class LibraryElementInBuildUnit
|
| * Get the inheritance manager for this library (creating it if necessary).
|
| */
|
| InheritanceManager get inheritanceManager =>
|
| - _inheritanceManager ??= new InheritanceManager(this);
|
| + _inheritanceManager ??= new InheritanceManager(this, ignoreErrors: true);
|
|
|
| @override
|
| LibraryCycleForLink get libraryCycleForLink {
|
|
|