Files
openide/python/testData/psi/ListComprehensionNestedIf.py

2 lines
41 B
Python

[x for x in range(10) if x % 2 if x % 3]