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

Reference original type while accessing lower on the proxy #35

Open
cdbattags opened this issue Sep 9, 2023 · 1 comment
Open

Reference original type while accessing lower on the proxy #35

cdbattags opened this issue Sep 9, 2023 · 1 comment

Comments

@cdbattags
Copy link

I have a case where I'd like to pass typedPath<Something>().a.b.c to a method/class and be able to still reference the type Something later on.

Ideally, I only want to accept a path "derived from" Something in a class or method.

How might I go about doing this? Any ideas?

@bsalex
Copy link
Owner

bsalex commented Sep 10, 2023

Hi @cdbattags ,
Thank you for your contribution!
I'm checking your PR.

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

2 participants