Consider: ```dart typedef Example = ({int a}); ``` Then used as: ```dart Example record; record.a; ``` Currently, "go-to-definition" when applied on `.a` does nothing. Since a typedef is associated, could we redirect to said typedef?