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

10 lines
181 B
Solidity
Raw Normal View History

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