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

Implement Extension Type Feature #52684

Open
13 of 24 tasks
itsjustkevin opened this issue Jun 12, 2023 · 3 comments
Open
13 of 24 tasks

Implement Extension Type Feature #52684

itsjustkevin opened this issue Jun 12, 2023 · 3 comments
Assignees
Labels
area-meta Cross-cutting, high-level issues (for tracking many other implementation issues, ...).

Comments

@itsjustkevin
Copy link
Contributor

itsjustkevin commented Jun 12, 2023

Extension Type feature

Description

Implementation issue for dart-lang/language#2727, extension type; a special kind of type that wraps an existing type into a new static type, without the overhead of a traditional class.

References

Work Items

@itsjustkevin
Copy link
Contributor Author

CC: @leafpetersen @kevmoo @sigmundch

@mit-mit mit-mit added the area-meta Cross-cutting, high-level issues (for tracking many other implementation issues, ...). label Jun 13, 2023
@eernstg
Copy link
Member

eernstg commented Jul 14, 2023

Note that the mechanism is very likely being renamed to 'extension type', cf. dart-lang/language#3182.

@mit-mit
Copy link
Member

mit-mit commented Jul 25, 2023

Updating; the construct has indeed been renamed.

@mit-mit mit-mit changed the title Implement Inline Class Feature Implement Extension Type Feature Jul 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-meta Cross-cutting, high-level issues (for tracking many other implementation issues, ...).
Projects
None yet
Development

No branches or pull requests

4 participants