Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Record destructuring does not work correctly #151

Closed
liquidev opened this issue Oct 23, 2023 · 0 comments · Fixed by #150
Closed

Record destructuring does not work correctly #151

liquidev opened this issue Oct 23, 2023 · 0 comments · Fixed by #150
Labels
bug Something isn't working code generation mod: ll
Milestone

Comments

@liquidev
Copy link
Member

The following test case fails:

let { x, y } = { x: 1, y: 2 }
assert(x == 1)
assert(y == 2)

#150 (comment)

@liquidev liquidev added bug Something isn't working code generation mod: ll labels Oct 23, 2023
@liquidev liquidev added this to the 0.8.0 milestone Oct 30, 2023
liquidev pushed a commit that referenced this issue Oct 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working code generation mod: ll
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant