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

10 lines
152 B
Solidity

pragma experimental SMTChecker;
contract C {
function f() public pure {
(("", ""));
}
}
// ----
// Warning 6133: (76-86): Statement has no effect.