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

codegen: (idCounter++).toString(32) #4054

Closed
Boshen opened this issue Jul 5, 2024 · 1 comment
Closed

codegen: (idCounter++).toString(32) #4054

Boshen opened this issue Jul 5, 2024 · 1 comment
Labels
C-bug Category - Bug

Comments

@Boshen
Copy link
Member

Boshen commented Jul 5, 2024

(idCounter++).toString(32)

gets codegened to

idCounter++.toString(32);

@Boshen Boshen added the C-bug Category - Bug label Jul 5, 2024
@Boshen
Copy link
Member Author

Boshen commented Jul 5, 2024

#4055

@Boshen Boshen closed this as completed Jul 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category - Bug
Projects
None yet
Development

No branches or pull requests

1 participant