solidity/test/libsolidity/smtCheckerTests/operators/slices_2.sol

8 lines
143 B
Solidity
Raw Normal View History

contract e {
function f(uint[] calldata) internal {}
function h(uint[] calldata c) external { f(c[:]); }
}
2021-03-31 15:11:54 +00:00
// ====
// SMTEngine: all
// ----