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: test anonymous functions without assignment #116

Open
delasy opened this issue Jan 30, 2025 · 0 comments
Open

codegen: test anonymous functions without assignment #116

delasy opened this issue Jan 30, 2025 · 0 comments
Assignees
Labels
testing This issue or pull request is related to testing
Milestone

Comments

@delasy
Copy link
Member

delasy commented Jan 30, 2025

main {
  () -> void {
    print("here")
  }()
}
@delasy delasy added the testing This issue or pull request is related to testing label Jan 30, 2025
@delasy delasy added this to the v1.0 milestone Jan 30, 2025
@delasy delasy self-assigned this Jan 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
testing This issue or pull request is related to testing
Development

No branches or pull requests

1 participant