solidity/test/libsolidity/smtCheckerTests/types/tuple_single_element_2.sol
2020-03-03 11:35:58 +01:00

10 lines
147 B
Solidity

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