-
Notifications
You must be signed in to change notification settings - Fork 121
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
Generic callback parameters lose their type parameters #613
Labels
Comments
There's no automatic way to do that in general. This is just a bug. It should be supported. |
munificent
added a commit
that referenced
this issue
Apr 6, 2017
munificent
added a commit
that referenced
this issue
Apr 6, 2017
munificent
added a commit
to dart-lang/sdk
that referenced
this issue
Apr 6, 2017
This brings in an important fix for formatting generic function-typed parameters. See: dart-lang/dart_style#613 R=kevmoo@google.com Review-Url: https://codereview.chromium.org/2805103002 .
whesse
pushed a commit
to dart-lang/sdk
that referenced
this issue
Apr 7, 2017
This brings in an important fix for formatting generic function-typed parameters. See: dart-lang/dart_style#613 R=kevmoo@google.com Review-Url: https://codereview.chromium.org/2805103002 .
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Example:
If the syntax is not supported yet, it should at least refuse to format it.
The text was updated successfully, but these errors were encountered: