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

With statement test fixture

This commit is contained in:
Rick Winfrey 2017-06-06 17:07:54 -07:00
parent 84f6578161
commit 056b2d8abb
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,3 @@
with a as b:
c

View File

@ -0,0 +1,3 @@
with b as c:
a