solidity/test/libsolidity/smtCheckerTests/file_level/free_function_5.sol
2021-04-19 19:23:18 +02:00

9 lines
140 B
Solidity

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