Skip to content

[Syntax] Make , optional for multiple receiver -> [...] with newlines \n (?)Β #718

Open
@emil14

Description

Originally it was made this to be consistent with the list literals syntax but many times I look at this and think it's not needed

-> [
  x,
  y,
  z
]

Make it (when multiple lines)

-> [
  x
  y
  z
]

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions