1
1
mirror of https://github.com/github/semantic.git synced 2024-12-22 06:11:49 +03:00
semantic/test/fixtures/python/generator-expression.B.py
2017-06-06 17:11:17 -07:00

4 lines
35 B
Python

(f for e in d)
(c + 1 for b in a)