Files

14 lines
233 B
Solidity

contract C {
function f() public pure {
abi.encode;
abi.encodePacked;
abi.encodeWithSelector;
abi.encodeWithSignature;
abi.decode;
}
}
// ====
// compileToEwasm: also
// ----
// f() ->