Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
idea
/
3a2425a5aed1bef93dab954745ad5665265eb70b
/
.
/
python
/
testData
/
inspections
/
PyRedundantParenthesesInspection
/
Yield.py
blob: bb1e31e104b5933ee7343aeedccc85d03b68d493 [
file
] [
log
] [
blame
]
def
foo
():
if
(
yield
1
):
pass