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

TY: Fix type inference for await #4376

Merged
merged 1 commit into from Sep 14, 2019
Merged

TY: Fix type inference for await #4376

merged 1 commit into from Sep 14, 2019

Conversation

mchernyavsky
Copy link
Member

Fixes #4345.

@mchernyavsky mchernyavsky added the fix Pull requests that fix some bug(s) label Sep 10, 2019
@mchernyavsky mchernyavsky added this to In Progress in To test via automation Sep 10, 2019
@mchernyavsky mchernyavsky changed the title WIP: TY: Fix type inference for await TY: Fix type inference for await Sep 12, 2019
@mchernyavsky mchernyavsky added this to the v106 milestone Sep 12, 2019
@vlad20012
Copy link
Member

bors r+

bors bot added a commit that referenced this pull request Sep 14, 2019
4376: TY: Fix type inference for await r=vlad20012 a=mchernyavsky

Fixes #4345.


Co-authored-by: Mikhail Chernyavsky <mikhail.chernyavsky@jetbrains.com>
@bors
Copy link
Contributor

bors bot commented Sep 14, 2019

@bors bors bot merged commit 189e219 into master Sep 14, 2019
To test automation moved this from In Progress to Test Sep 14, 2019
@bors bors bot deleted the fix-await-ty branch September 14, 2019 16:49
@lancelote lancelote moved this from Test to Done in To test Sep 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix Pull requests that fix some bug(s)
Projects
To test
  
Done
Development

Successfully merging this pull request may close these issues.

Type inference fails on await-ed expression
2 participants