Skip to content
This repository has been archived by the owner on Dec 6, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant