Files
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()