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

8 lines
143 B
Solidity

contract e {
function f(uint[] calldata) internal {}
function h(uint[] calldata c) external { f(c[:]); }
}
// ====
// SMTEngine: all
// ----