Chromium Code Reviews
DescriptionFix static typing problem in analysis_server tests.
After changing argument of `Future` constructor to be `()->FutureOr<T>`,
the `()->Future<dynamic>` argument didn't work.
Problem compounded by return type of `Stream<T>.firstWhere` being `dynamic`.
R=karlklose@google.com
Committed: https://github.com/dart-lang/sdk/commit/83298690b00680a15dc37ccdd4e1fdd79d4c9c33
Patch Set 1 #
Messages
Total messages: 7 (3 generated)
|
||||||||||||||||||||||||||||