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

Generics are ignored #35

Open
laurenskz opened this issue Mar 22, 2024 · 0 comments
Open

Generics are ignored #35

laurenskz opened this issue Mar 22, 2024 · 0 comments

Comments

@laurenskz
Copy link

laurenskz commented Mar 22, 2024

For a class like:

class Holder<T>{
   final T t;
   Holder(this.t);
}

The generated Lenses remove the type parameter. It would be nice to have a lens of type Lens<Holder<T>,T> but instead we get Lens<Holder,T> which does not compile.

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