-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
area-migration (deprecated)Deprecated: this label is no longer actively used (was: issues with the `dart migrate` tool).Deprecated: this label is no longer actively used (was: issues with the `dart migrate` tool).type-bugIncorrect behavior (everything from a crash to more subtle misbehavior)Incorrect behavior (everything from a crash to more subtle misbehavior)
Description
On the following method:
Iterable<String> debugWordWrap(String message, int width, { String wrapIndent = '' }) sync* {
migration tool suggests:
Iterable<String >? debugWordWrap(String message, int width, { String wrapIndent = '' }) sync* {
I don't think the return type should be nullable.
/cc @stereotype441
Metadata
Metadata
Assignees
Labels
area-migration (deprecated)Deprecated: this label is no longer actively used (was: issues with the `dart migrate` tool).Deprecated: this label is no longer actively used (was: issues with the `dart migrate` tool).type-bugIncorrect behavior (everything from a crash to more subtle misbehavior)Incorrect behavior (everything from a crash to more subtle misbehavior)