Skip to content

Index this.x constructor parameters #15

@matthewnitschke-wk

Description

@matthewnitschke-wk

Named class this.x constructor parameters, are omitted from references

class Foo {
    int a;
//      ^ correctly indexed
    int _b;
//      ^ correctly indexed

    Foo(this.a, this._b);
//           ^ omitted
//                    ^ omitted
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions