Pedro Maia
Pedro Maia
This is still an issue on 0.8.15: ```Solidity Contract Test1 { uint256 public constant WAD = 1e18; } Contract Test2 { function getWad() external pure returns (uint256) { return Test1.WAD();...
> So we could do > > ``` > function decimals() public view override(IERC20Metadata, ERC20) returns (uint8) { > try IERC20Metadata(address(_asset)).decimals() returns (uint8 value) { > return value; > }...
As mentioned above, the compiler will omit the array:
Awesome! Feel free to close this issue if you decide that support won't be added. Would be good to add this to the foundry book if anyone has a similar...
It looks like it's working now after running `foundryup -b master`, can you confirm @mds1?