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

Procedure overloading bug or ambiguos #4367

Open
SrMordred opened this issue Oct 12, 2024 · 0 comments
Open

Procedure overloading bug or ambiguos #4367

SrMordred opened this issue Oct 12, 2024 · 0 comments

Comments

@SrMordred
Copy link
Contributor

f1 :: proc ( text : string ) {}
f2 :: proc ( text : string,  other:="" ) {}

f_all :: proc {f1,f2}

f_all( text="test" ) // Parameter 'text' of type 'string' is missing in procedure call

Probably ambiguous, but the error message are wrong.

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