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

"CopyWithable" type for a extended child at the compile time #87

Open
dfdgsdfg opened this issue Sep 20, 2023 · 0 comments · May be fixed by #90
Open

"CopyWithable" type for a extended child at the compile time #87

dfdgsdfg opened this issue Sep 20, 2023 · 0 comments · May be fixed by #90

Comments

@dfdgsdfg
Copy link

Can I get the "CopyWithable" type ?

abstract class CopyWithable {
  CopyWithable get copyWith;
}

abstract class Base implements CopyWithable {}

@CopyWith()
class BaseImpl  extends Base {}

Looks related with #65 .

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