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

10 lines
146 B
Solidity
Raw Normal View History

2020-03-02 21:10:15 +00:00
pragma experimental SMTChecker;
contract C {
function f() public pure {
(("", 2));
}
}
// ----
// Warning: (76-85): Statement has no effect.