ref: 4bb9e229bcb23826a0fde907667c8fd6565d98d2 dir: /sys/lib/python/test/badsyntax_future9.py/
"""This is a test""" from __future__ import nested_scopes, braces def f(x): def g(y): return x + y return g print f(2)(4)