Skip to content

Enable chaining for some patterns #3

@quasilyte

Description

@quasilyte

Expression: a.b.c
Pattern: (. (. a b) c)
With chaining: (. a b c)

Expression: [a][b]int
Pattern: (array_type a (array_type b int))
With chaining: (array_type a b int)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions