mirror of
https://github.com/github/codeql.git
synced 2026-02-19 16:33:40 +01:00
Turns out we were not setting the `is_async` field on anything except `async for` statements. This commit makes it so that we also do this for `async def` and `async with`, and adds a test that this produces the same behaviour as the old parser.