Files
codeql/python/extractor/tests/parser/with.py

10 lines
71 B
Python

with a as b:
c
d
with f as g, h as i:
j
with k, l:
m