Closed
Description
I have an extension CoreChecks
which is in scope, that extension defines a method equals
. I hoped that a doc comment /// [CoreChecks.equals]
would have a link to the docs for equals
, but it renders as a code block instead of a link.
The analyzer jump to definition does work so this is a case where analyzer and dart doc disagree about comment references.