Descriptiondart2js: Set inferred return types for async, async*, and sync* methods.
Previously these were assumed to return dynamic. Now the return type is
the concrete class being returned:
async -> _Future
async* -> _ControllerStream
sync* -> _SyncStarIterable
R=johnniwinther@google.com
Committed: https://github.com/dart-lang/sdk/commit/dff4cc11d76c817bf8dd5140a2e264a762d80deb
Patch Set 1 #
Messages
Total messages: 4 (1 generated)
|