Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Support multi-field embedded structs #154

Open
efritz opened this issue May 20, 2021 · 0 comments
Open

Support multi-field embedded structs #154

efritz opened this issue May 20, 2021 · 0 comments
Assignees

Comments

@efritz
Copy link
Contributor

efritz commented May 20, 2021

For a definition like the following, we should emit multiple monikers for each of the leaf fields:

type Example struct {
    a, b, c struct {
      x int
      y int
      z int
    }
}

We currently emit a.{x,y,z} but none of {b,c}.{x,y,z}.

@efritz efritz self-assigned this May 20, 2021
@efritz efritz changed the title Support multi-field Support multi-field embedded structs May 20, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant