solidity/test/libsolidity/smtCheckerTests/abi/abi_encode_function.sol

9 lines
102 B
Solidity

contract C {
function f() public view {
abi.encode(this.f);
}
}
// ====
// SMTEngine: all
// ----