Files
codeql/python/ql/test/library-tests/stmts/with_stmt/test.py
2018-11-19 15:15:54 +00:00

9 lines
101 B
Python

def f():
with a:
call()
def g():
with x:
with y:
call()