async transformer doesn't correctly detect need for semicolon in block
Version
3.2.33
Reproduction link
Steps to reproduce
Nest an async call in a block following a string and it will not correctly detect that it needs a semicolon.
What is expected?
A semicolon should be inserted.
What is actually happening?
No semicolon is inserted.
Related: