Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Type hierarchy should show fully qualified type for nested types #1673

Open
ahoppen opened this issue Sep 16, 2024 · 1 comment
Open

Type hierarchy should show fully qualified type for nested types #1673

ahoppen opened this issue Sep 16, 2024 · 1 comment

Comments

@ahoppen
Copy link
Member

ahoppen commented Sep 16, 2024

If you have a type hierarchy like

protocol MyProto {}

struct Outer {
  struct Inner: MyProto {}
}

and you show the type hierarchy of MyProto, it should show Outer.Inner as one of its children, not just Inner.

@ahoppen
Copy link
Member Author

ahoppen commented Sep 16, 2024

Synced to Apple’s issue tracker as rdar://136078089

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant