Skip to content

consider nonfunction type alias support in avoid_private_typedef_functions #58354

Closed
@pq

Description

@pq

As per the discussion in dart-archive/linter#2534, it's not obvious whether avoid_private_typedef_functions should be expanded to support nonfunction type aliases.

Specifically cases like:

typedef _T = Object; // LINT?
mixin M { }
class _C = Object with M; // LINT?

/cc @davidmorgan @Hixie @goderbauer

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions