aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/syntaxTests/array/no_array_pop.sol
blob: 44e54ad2f47eddbb727f0cc2e752fa1d6485924b (plain) (blame)
1
2
3
4
5
6
7
8
contract C {
    uint data;
    function test() public {
      data.pop();
    }
}
// ----
// TypeError: (63-71): Member "pop" not found or not visible after argument-dependent lookup in uint256