solidity/test/libsolidity/smtCheckerTests/types/function_in_tuple_1.sol

11 lines
223 B
Solidity
Raw Normal View History

2020-03-02 21:10:15 +00:00
pragma experimental SMTChecker;
contract K {
function f() public pure {
(abi.encode, 2);
}
}
// ----
// Warning: (76-91): Statement has no effect.
// Warning: (77-80): Assertion checker does not yet implement type abi