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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
When I compile the example with the version 1.4.2 of Tact I get this error:
💼 Compiling project 04-arrays ... Tact compilation failed Error: src/routes/(examples)/04-arrays/contract.tact:47:13: Parse error: expected not a reservedWord Line 47, col 13: 46 | > 47 | get fun map(): map<Int, Int> { ^ 48 | return self.arr;
The text was updated successfully, but these errors were encountered:
fix: example 04-arrays with newest 1.4.2 Tact compiler
8d868f3
"map" became a reserved keyword Fixes tact-lang#43
fix: example 04-arrays with newest 1.4.2 Tact compiler (#44)
7955341
"map" became a reserved keyword Fixes #43
Successfully merging a pull request may close this issue.
When I compile the example with the version 1.4.2 of Tact I get this error:
The text was updated successfully, but these errors were encountered: