1
1
mirror of https://github.com/github/semantic.git synced 2024-11-28 10:15:55 +03:00

Async function definition test fixture

This commit is contained in:
Rick Winfrey 2017-06-06 17:04:22 -07:00
parent fd0fa067ef
commit 2fef12149b
2 changed files with 9 additions and 0 deletions

View File

View File

@ -0,0 +1,9 @@
async def g(i, j,):
j
async def a():
c
async def d(c):
e