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

9 lines
159 B
Solidity

contract K {}
function f() pure {
(abi.encode, "");
}
// ====
// SMTEngine: all
// ----
// Warning 6133: (35-51='(abi.encode, "")'): Statement has no effect.