error: cannot dereference with `.*`: 'Point' is not a pointer --> examples/1109-diagnostics-deref-non-pointer-reject.sx:12:10 | 12 | q := p.*; // ERROR: `p` is a Point value, not a pointer | ^