blob: a37664baf8e4a3e57a465ee1c8f9c4bb0171140a [file] [log] [blame]
def bar(f_new):
return f_new(1)
def foo():
def f(x):
return x
return bar(f)