Skip to content

comment_references doesn't recognize [this] when documenting a class member. #58155

@srawlins

Description

@srawlins

Here's a repro:

class C {
  /// Returns [this].
  C get c => this;
}

comment_references complains. If this is the same issue as #57783, feel free to close.

Metadata

Metadata

Assignees

No one assigned

    Labels

    P3A lower priority bug or feature requestdevexp-linterIssues with the analyzer's support for the linter packagelegacy-area-analyzerUse area-devexp instead.linter-false-positiveIssues related to lint rules that report a problem when it isn't a problem.type-bugIncorrect behavior (everything from a crash to more subtle misbehavior)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions