Closed jmesserly closed 8 years ago
Dart's Invocation object doesn't have type arguments, so they get dropped when we call nSM. There's no way to access them from nSM.
@leafpetersen - thoughts on this? Should we add them to Invocation?
Reason I marked as p2, if folks want to mock generic methods, they might hit this issue.
Yeah, this should be supported.
This issue was moved to dart-lang/sdk#27323
Dart's Invocation object doesn't have type arguments, so they get dropped when we call nSM. There's no way to access them from nSM.
@leafpetersen - thoughts on this? Should we add them to Invocation?