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
👨🚀 buzz 0.5.0-9e37bc8 Copyright (C) 2021-present Benoit Giannangeli >>> object A { data: str } object A { data: str, } >>> final a = A{ data = "hello"}; A{ data = "hello", } >>> a.data = "bye"; REPL:1:0: [E100] Compile error: Instance of `REPL.A` is not mutable 1 ╭─ a.data = "bye"; ┆ ┬─ ┬─ ┆ ╰─ Instance of `REPL.A` is not mutable ┆ ╰─ declared here >>>
Either stop rendering hints or correct tokens locations
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Either stop rendering hints or correct tokens locations
The text was updated successfully, but these errors were encountered: