You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/Users/t/Test.sol
4:5 warning Explicitly mark visibility of state state-visibility
Expected no warnings because visibility is given by external keyword. It might be that the issue is the parser can't handle the fallback() function because it doesn't have the function keyword prefix (just a guess).
The text was updated successfully, but these errors were encountered:
To reproduce:
Test.sol
.solhint.json
output:
Expected no warnings because visibility is given by
external
keyword. It might be that the issue is the parser can't handle thefallback()
function because it doesn't have thefunction
keyword prefix (just a guess).The text was updated successfully, but these errors were encountered: