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

Fix for panic on invalid arrays on left side of assignment #280

Merged
merged 2 commits into from
Jan 26, 2025
Merged

Conversation

ldemailly
Copy link
Member

Fixes #276

@ldemailly ldemailly changed the title Fix for panic on invalid arrays on left side of assignement Fix for panic on invalid arrays on left side of assignment Jan 26, 2025
@ldemailly ldemailly merged commit 70f7098 into main Jan 26, 2025
3 checks passed
@ldemailly ldemailly deleted the issue_276 branch January 26, 2025 21:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

panic: interface conversion: ast.Node is *ast.ArrayLiteral, not *ast.IndexExpression
1 participant