Fix dereferences of qualified identifier

Issue #15 new
Sam Harwell repo owner created an issue

The following expressions fail to parse in Preview 7:

len(*i.A) // fails
foo(*i.A) // succeeds
(*r.Expr).Pos() // fails

Comments (3)

  1. Log in to comment