Removes assert on magic ABI functions during codegen.

This commit is contained in:
Erik Kundt
2019-04-26 15:01:35 +02:00
parent 00d81929b1
commit c02257207b
2 changed files with 12 additions and 0 deletions
@@ -0,0 +1,8 @@
contract C {
function f() public pure {
abi.encode;
abi.decode;
}
}
// ----
// f() ->