solidity/test/libsolidity/smtCheckerTests/abi/abi_encode_function.sol
2022-04-01 23:41:18 -05:00

10 lines
190 B
Solidity

contract C {
function f() public view {
abi.encode(this.f);
}
}
// ====
// SMTEngine: all
// ----
// Warning 6031: (54-60='this.f'): Internal error: Expression undefined for SMT solver.