contract C { function f() public pure { abi.encode; abi.decode; } } // ---- // f() ->