Bend icon indicating copy to clipboard operation
Bend copied to clipboard

[sc-703] Fix superposition parsing

Open imaqtkatt opened this issue 1 year ago • 0 comments

Fixes superpositions not requiring comma for the first element:

def main:
  {[1, 2] [3, 4, 5, 6]}
In main.bend :

- expected: Map variable name
- detected:
  12 | return {[1, 2] [3, 4, 5, 6]}

imaqtkatt avatar May 19 '24 15:05 imaqtkatt