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

Static functions flagged as static variables! #81

Open
PedroZappa opened this issue Nov 24, 2023 · 0 comments
Open

Static functions flagged as static variables! #81

PedroZappa opened this issue Nov 24, 2023 · 0 comments

Comments

@PedroZappa
Copy link

After a project passes all tests for the bonus, it throws an error at the end if I have any static function definitions in my file like so:

Screenshot from 2023-11-24 12-03-38

This error goes away if I make every function non-static.

I believe this is an error because the static keyword has a different meaning in the context of a function or a variable.

System info
OS: Ubuntu 20.04 (64-bit)

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

No branches or pull requests

1 participant