We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When list literal is created, a compile error below is raised.
[]
error: Expression [1]:18:3: recursive reference to declaration def __mojo_repl_expr_body__() -> None: ^ Expression [1]:18:3: previously used here def __mojo_repl_expr_body__() -> None: ^
The error is raised regardless of the length of the list (error message is completely same).
The text was updated successfully, but these errors were encountered:
Is this related to #100 ?
Sorry, something went wrong.
Sorry, this was not reproduced when runtime is restarted. This looks independent to list literal.
No branches or pull requests
Bug Description
When list literal is created, a compile error below is raised.
Steps to Reproduce
Context
The error is raised regardless of the length of the list (error message is completely same).
The text was updated successfully, but these errors were encountered: