Skip to content

Support match for alias type #584

@i582

Description

@i582
struct Bar {
    foo: int
}

type Foo = Bar

match (foo) {
    Bar => {
        foo.<caret>
    }
};

Metadata

Metadata

Assignees

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions