-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
How FutureOr<T> works? #43160
Comments
You might have some plans to create your own fork of the Dart system and SDK (I can see that you're using We may get union types in general in the future, but for that it's better to keep it in one issue: dart-lang/language#145. Because this is a repository where issues with the current implementation are handled (not proposals for new language design), and because of the shared goal, I'll close this issue. Please follow up as needed on dart-lang/language#145. |
sdk/runtime/vm/class_id.h |
I want to define a type like
FutureOr
, for example:The code is identical to
FutureOr
, but it doesn't work.The text was updated successfully, but these errors were encountered: