Skip to content

Commit af37782

Browse files
scheglovCommit Queue
authored andcommitted
CQ. NodeListImpl works with AstNodeImpl.
Change-Id: I40dbbd0e5a28f90aae375aaa4c539f01665907a4 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/449076 Commit-Queue: Konstantin Shcheglov <[email protected]> Reviewed-by: Johnni Winther <[email protected]>
1 parent 073446d commit af37782

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/analyzer/lib/src/dart/ast/ast.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17214,7 +17214,7 @@ abstract final class NodeList<E extends AstNode> implements List<E> {
1721417214
E removeAt(int index);
1721517215
}
1721617216

17217-
final class NodeListImpl<E extends AstNode>
17217+
final class NodeListImpl<E extends AstNodeImpl>
1721817218
with ListMixin<E>
1721917219
implements NodeList<E> {
1722017220
late final AstNodeImpl _owner;

0 commit comments

Comments
 (0)