These are remnants from the previous version that has parsing for generator expression. Refer to a414a4c to see why it is removed.
a414a4c
Parsing generator expressions statically is impossible since whether an argument is interpreted as a generator expression or not depends on the function itself. Hence, the parsing for it is removed.