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

Bad message for error regarding prototype declaration and code/call #130

Open
JoaoSamp opened this issue Aug 1, 2018 · 1 comment
Open
Labels

Comments

@JoaoSamp
Copy link

JoaoSamp commented Aug 1, 2018

error with the following code:

code/await CodeOne (none) -> NEVER;

code/await CodeTwo (var& CodeOne one) -> NEVER
do
    call one.Function();
    await FOREVER;
end

code/await CodeOne (none) -> NEVER
do
    code/call Function (none) -> none
    do
    end

    await FOREVER;
end

var& CodeOne co = spawn CodeOne();
spawn CodeTwo(&co);

escape 0;
@fsantanna fsantanna added the bug label Aug 1, 2018
@fsantanna
Copy link
Collaborator

Thanks for the report.

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