blob: 1af96506b5aa6b9d7bf934e9f9ea063cefb181c8 [file] [log] [blame]
async def foo():
def _inner_foo():
yield from [1, 2, 3]
async def foo():
yield 42