| Index: pkg/analyzer/lib/src/dart/resolver/inheritance_manager.dart
|
| diff --git a/pkg/analyzer/lib/src/dart/resolver/inheritance_manager.dart b/pkg/analyzer/lib/src/dart/resolver/inheritance_manager.dart
|
| index 04c8f94d569f91bdeb760da5e5560afe7aacb9c6..1773241bea4829f122e5c7672ce161a01678713c 100644
|
| --- a/pkg/analyzer/lib/src/dart/resolver/inheritance_manager.dart
|
| +++ b/pkg/analyzer/lib/src/dart/resolver/inheritance_manager.dart
|
| @@ -370,7 +370,7 @@ class InheritanceManager {
|
| * overridden in the inheritance path (for which the type is in the path).
|
| *
|
| * @param chain the inheritance path that is built up as this method calls itself recursively,
|
| - * when this method is called an empty [LinkedList] should be provided
|
| + * when this method is called an empty [Queue] should be provided
|
| * @param currentType the current type in the inheritance path
|
| * @param memberName the name of the member that is being looked up the inheritance path
|
| */
|
|
|