Generic functions are never context sensitive - #37811
Conversation
|
TypeScript Bot (@typescript-bot) test this |
|
Heya Anders Hejlsberg (@ahejlsberg), I've started to run the parallelized Definitely Typed test suite on this PR at 2cb8b25. You can monitor the build here. |
|
Heya Anders Hejlsberg (@ahejlsberg), I've started to run the extended test suite on this PR at 2cb8b25. You can monitor the build here. |
|
Heya Anders Hejlsberg (@ahejlsberg), I've started to run the parallelized community code test suite on this PR at 2cb8b25. You can monitor the build here. |
|
The user suite test run you requested has finished and failed. I've opened a PR with the baseline diff from master. |
|
Ryan Cavanaugh (@RyanCavanaugh) All tests are clean. Want to take a quick look? |
This PR fixes an issue introduced by #36476 where a generic function would be considered context sensitive even though it never should be (and never was before that PR).
Fixes #37110.