[Feature] Document impact of Solidity item visibility #254
Closed
Description
Component
sol! macro
Describe the feature you would like
Currently this is ignored, except for state variables:
core/crates/sol-macro/src/expand/mod.rs
Lines 267 to 282 in c8dece2
Additional context
- Should we ignore it always?
- Should we also take it into account for functions and other items?
cc @prestwich