generic method override error on return types #25183
Labels
legacy-area-analyzer
Use area-devexp instead.
P1
A high priority bug; for example, a single project is unusable or has many test failures
Seen with latest Dart SDK containing today's fixes:
Given that the error message looks different from #25170, I think this one is coming from ErrorVerifier. It looks like it does not understand the return type of generic methods when it checks overrides. (not sure if parameters are working).
I'm seeing this on most (all?) generic methods overrides
The text was updated successfully, but these errors were encountered: