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

10 lines
146 B
Solidity

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