Copied from Generate functions inside a function from string
function foo()
return eval(parse("x->x"))
end
foo()(1)
# ERROR: MethodError: no method matching (::##9#10)(::Int64)
# The applicable method may be too new:
# running in world age 21870, while current world is 21871.