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

await for a code/await abstraction inside every does not produce errors #142

Open
AnnyCaroline opened this issue May 29, 2019 · 1 comment
Labels

Comments

@AnnyCaroline
Copy link
Member

This code compiles

code/await Teste(none) -> none do
    await FOREVER;
end

every 1s do
    await Teste(); //no errors
    // await 1s; //generates the expected error
end
@fsantanna fsantanna added the bug label May 30, 2019
@fsantanna
Copy link
Collaborator

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants