Documentation
1
2
3
4
5
6
7
8
error: unexpected token
  ┌─ tests/sources/pack_err.move:9:20
  │
9 │     invariant pack sum = sum + x;
  │                    ^^^
  │                    │
  │                    Unexpected 'sum'
  │                    Expected ';'