Skip to content

Improper transformation with O1 enabled #59

@mattbasta

Description

@mattbasta
x{a:b;c:d long}y{c:d long}

With O1 on, this produces:

x, y {
  a: b;
  c: d long;
}

It should produce

x {
  a: b;
}
x, y {
  c: d long;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions