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

11 lines
234 B
Solidity

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