Crumb:
async foo()
Tooltip:
async foo()
Crumb:
async with open("file.txt") as …
Tooltip:
async with open("file.txt") as f, open("file2.txt") as f2