1
1
mirror of https://github.com/github/semantic.git synced 2024-12-01 00:33:59 +03:00

Await statement test fixture

This commit is contained in:
Rick Winfrey 2017-06-06 17:04:43 -07:00
parent ffc225d75b
commit 9f4b1f9388
2 changed files with 4 additions and 0 deletions

2
test/fixtures/python/await.A.py vendored Normal file
View File

@ -0,0 +1,2 @@
await 1 + 1
await b

2
test/fixtures/python/await.B.py vendored Normal file
View File

@ -0,0 +1,2 @@
await 2 + 1
await c