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:
parent
fd0fa067ef
commit
2fef12149b
0
test/fixtures/python/async-function-definition.A.py
vendored
Normal file
0
test/fixtures/python/async-function-definition.A.py
vendored
Normal file
9
test/fixtures/python/async-function-definition.B.py
vendored
Normal file
9
test/fixtures/python/async-function-definition.B.py
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
async def g(i, j,):
|
||||
j
|
||||
|
||||
async def a():
|
||||
c
|
||||
|
||||
async def d(c):
|
||||
e
|
||||
|
Loading…
Reference in New Issue
Block a user