blob: 400b5503f6b51e9bce3e83e53f96adcd9eecac65 [file] [log] [blame]
def f(x=[i for i in [1, 2, 3]]): # i is resolved in file scope to i
return x