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

interface error (computing) #513

Closed
SolExpDB opened this issue Aug 4, 2023 · 3 comments
Closed

interface error (computing) #513

SolExpDB opened this issue Aug 4, 2023 · 3 comments

Comments

@SolExpDB
Copy link

SolExpDB commented Aug 4, 2023

There are some smart contract functions that do not have a return value and defining the interface will result in an error. There are also cases where the same function name has a different return value.
image
image

@kanej
Copy link
Member

kanej commented Aug 9, 2023

I am not following @SolExpDB. Do you think the solidity compiler error is wrong or that the vscode extension has autocompleted or quickfixed in a way that generates a compiler error?

@SolExpDB
Copy link
Author

@kanej I think this is a bug in the vscode extension, some functions with the same name and arguments but different return values are not buggy. But there are some functions that give an error

@kanej
Copy link
Member

kanej commented Jul 29, 2024

Solidity error 1686 is coming from solc, this issue is part of the Solidity language.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

No branches or pull requests

2 participants