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

Too long error message for recursive generic types #26289

Closed
zoechi opened this issue Apr 18, 2016 · 2 comments
Closed

Too long error message for recursive generic types #26289

zoechi opened this issue Apr 18, 2016 · 2 comments
Labels
analyzer-ux area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. P2 A bug or feature request we're likely to work on type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)

Comments

@zoechi
Copy link
Contributor

zoechi commented Apr 18, 2016

@optionalTypeArgs
abstract class Entity<TParent extends Entity> {}
class EntityMetadata<T extends Entity>{}
class EntityType {
  final EntityMetadata<Entity> entityMetadata;
//                     ^^^^^^
}

image

strong mode enabled

Dart VM version: 1.16.0-edge.bab552edaf1080fdca423029128516e1c81a3279 (Fri Apr 15 13:25:32 2016) on "linux_x64"

@kevmoo kevmoo added area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. analyzer-strong-mode labels Apr 19, 2016
@jmesserly
Copy link

related to #25530 ?

@bwilkerson bwilkerson added analyzer-ux P2 A bug or feature request we're likely to work on type-bug Incorrect behavior (everything from a crash to more subtle misbehavior) labels Apr 25, 2016
@zoechi
Copy link
Contributor Author

zoechi commented Aug 6, 2016

seems to be fixed (dup of #26970)

@zoechi zoechi closed this as completed Aug 6, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
analyzer-ux area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. P2 A bug or feature request we're likely to work on type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
Projects
None yet
Development

No branches or pull requests

4 participants