Merge pull request #6603 from ethereum/abi-function-assertion-fix

Removes assert on magic ABI functions in code generation
This commit is contained in:
chriseth
2019-04-29 10:15:47 +02:00
committed by GitHub
2 changed files with 12 additions and 0 deletions
@@ -0,0 +1,8 @@
contract C {
function f() public pure {
abi.encode;
abi.decode;
}
}
// ----
// f() ->