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

Function overloading can create unreachable functions #1611

Open
OliveIsAWord opened this issue Feb 9, 2025 · 0 comments
Open

Function overloading can create unreachable functions #1611

OliveIsAWord opened this issue Feb 9, 2025 · 0 comments

Comments

@OliveIsAWord
Copy link

The Jakt compiler currently accepts these functions:

fn example() => ...
fn example(my_default_arg: u32 = 42) => ...

However, any call to example() will always call the second function. As far as I can tell, the first function cannot be called. This code should probably give an error.

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