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

Transpile error when Typecasts are wrapped in Parens #986

Closed
markwpearce opened this issue Dec 11, 2023 · 1 comment
Closed

Transpile error when Typecasts are wrapped in Parens #986

markwpearce opened this issue Dec 11, 2023 · 1 comment
Labels
bug Something isn't working
Milestone

Comments

@markwpearce
Copy link
Collaborator

Eg..

(m as roAssociativeArray).append(stuff)

Is transpiled to:

(m).append(stuff)

and the extra parens around “m” cause a runtime error.

@markwpearce
Copy link
Collaborator Author

closed with #998

@TwitchBronBron TwitchBronBron added this to the v1.0.0 milestone Jan 24, 2024
@TwitchBronBron TwitchBronBron removed the v1 label Jan 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants