Commits
Click on a commit to change the comparison rangeFixes mismatched types in ABI cast.
ABI cast generates TypeInfo::ContractCaller which contains an address
that is an expression. While doing the first and second code block
passes we would obtain different expressions because of first passes
optimizations.
This PR disables first pass optimizations while type checking address
expression so there isn't any mismatched types. Merge branch 'master' into esdrubal/fix_code_block_first_pass_abi Merge branch 'master' into esdrubal/fix_code_block_first_pass_abi