Include `import`ed source files
semuelle opened this issue · 0 comments
semuelle commented
My ERC20 implements IERC20
, inherits Ownable
and Pausable
and uses SafeMath
. I can remove the import
statements and paste everything into one contract, but it would be much more convenient if solgraph could do that automatically.