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

11 lines
173 B
Solidity
Raw Normal View History

contract C {
function f(bytes calldata x) external pure {
x[:18726387213];
x[18726387213:];
x[18726387213:111111111111111111];
}
}
2021-03-31 15:11:54 +00:00
// ====
// SMTEngine: all
// ----