solidity/test/libsolidity/semanticTests/array/pop/array_pop_empty_exception.sol
2023-05-11 10:56:55 -05:00

11 lines
177 B
Solidity

contract c {
uint256[] data;
function test() public returns (bool) {
data.pop();
return true;
}
}
// ----
// test() -> FAILURE, hex"4e487b71", 0x31