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

10 lines
151 B
Solidity

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