Skip to content
New issue

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

Example "04-arrays" cannot be compiled with Tact 1.4.2 #43

Closed
i582 opened this issue Dec 2, 2024 · 0 comments · Fixed by #44
Closed

Example "04-arrays" cannot be compiled with Tact 1.4.2 #43

i582 opened this issue Dec 2, 2024 · 0 comments · Fixed by #44

Comments

@i582
Copy link
Contributor

i582 commented Dec 2, 2024

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;
i582 added a commit to i582/tact-by-example that referenced this issue Dec 2, 2024
anton-trunov pushed a commit that referenced this issue Jan 15, 2025
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant