solidity/test/libsolidity/smtCheckerTests/file_level/free_function_5.sol

9 lines
140 B
Solidity
Raw Normal View History

contract K {}
function f() pure {
(abi.encode, "");
}
2021-03-31 15:11:54 +00:00
// ====
// SMTEngine: all
// ----
2021-04-08 19:41:35 +00:00
// Warning 6133: (35-51): Statement has no effect.