No candidates listed in ambiguous overload messages on member access #13813
Labels
bug 🐛
low effort
There is not much implementation work to be done. The task is very easy or tiny.
low impact
Changes are not very noticeable or potential benefits are limited.
must have eventually
Something we consider essential but not enough to prevent us from releasing Solidity 1.0 without it.
When there's more than one matching overload for an unqualified function call, compiler lists all matching candidates. This is not the case when the function is called on an object.
Example - error for member access
Example - error for unqualified access
The text was updated successfully, but these errors were encountered: