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

1 line
47 B
Python

[f for f in 1, (lambda x: x if x >= 0 else -1)]