mirror of
https://github.com/github/codeql.git
synced 2026-01-30 23:02:56 +01:00
9 lines
101 B
Python
9 lines
101 B
Python
|
|
def f():
|
|
with a:
|
|
call()
|
|
|
|
def g():
|
|
with x:
|
|
with y:
|
|
call() |