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

10 lines
140 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-79): Statement has no effect.