Skip to content

Commit cf31958

Browse files
stereotype441Commit Queue
authored andcommitted
[analyzer] Fix documentation for _checkForRecursiveInterfaceInheritance.
This documentation line was meaningless (`_ClassVerifier._checkForRecursiveInterfaceInheritance` has no `path` parameter). This is a step towards enabling the `comment_references` lint in the analyzer codebase. Change-Id: I6a6a6964d9c95ed7cbfe9e7a7d13b226eba6c05c Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/450720 Reviewed-by: Konstantin Shcheglov <[email protected]> Commit-Queue: Konstantin Shcheglov <[email protected]> Auto-Submit: Paul Berry <[email protected]>
1 parent 779e7bc commit cf31958

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/analyzer/lib/src/error/inheritance_override.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,6 @@ class _ClassVerifier {
551551
}
552552

553553
/// Check that [classElement] is not a superinterface to itself.
554-
/// The [path] is a list containing the potentially cyclic implements path.
555554
///
556555
/// See [CompileTimeErrorCode.recursiveInterfaceInheritance],
557556
/// [CompileTimeErrorCode.recursiveInterfaceInheritanceExtends],

0 commit comments

Comments
 (0)