solidity/test/libsolidity/smtCheckerTests/types/function_in_tuple_2.sol
2020-03-03 11:35:58 +01:00

11 lines
224 B
Solidity

pragma experimental SMTChecker;
contract K {
function f() public pure {
(abi.encode, "");
}
}
// ----
// Warning: (76-92): Statement has no effect.
// Warning: (77-80): Assertion checker does not yet implement type abi