You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In both cases, toggle a comment on the line in foo, and then toggle the comment state again.
Depending on the initial contents of the playground, the following errors will not reappear:
Cannot find global type 'AsyncDisposable'.(2318)
Cannot find global type 'Disposable'.(2318)
What's more, if you try applying a quick fix on the await keyword to add the async keyword to the function you may get different results than if you enter it manually.
The text was updated successfully, but these errors were encountered:
I'm having a hard time consistently reproing this, so bare with me.
First, use es2020 as a
target
.Playground for this example:
Playground for this example:
In both cases, toggle a comment on the line in
foo
, and then toggle the comment state again.Depending on the initial contents of the playground, the following errors will not reappear:
What's more, if you try applying a quick fix on the
await
keyword to add theasync
keyword to the function you may get different results than if you enter it manually.The text was updated successfully, but these errors were encountered: