Old constructor pattern (same name as the contract) does not render correctly in "graph"
GNSPS opened this issue · 2 comments
GNSPS commented
If an old version of the Solidity compiler was used and the constructor still uses the syntax pattern where it has the same name as the contract it is in, the graph
command renders it as a different node outside of the contract cluster.
maurelian commented
I came here to report this.
Running surya graph on this codebase is a good way to repro:
GNSPS commented
This is done in 0.3.x
Closing!