Highlight await and return in top-level statements#60401
Highlight await and return in top-level statements#60401davidwengier merged 2 commits intodotnet:mainfrom DoctorKrolic:highlight-await-in-top-level-statements
await and return in top-level statements#60401Conversation
await in top-level statements
Youssef1313
left a comment
There was a problem hiding this comment.
Does return get highlighted correctly?
Should IsReturnableConstruct be updated instead? This will require reviewing all its usages, so I don't feel strongly about it.
Why do you ask about
I don't think so. |
Just that we fix two bugs together :) |
await in top-level statementsawait and return in top-level statements
|
Thanks for the contribution! |
Fixes: #60400