Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
inspections
/
PyUnboundLocalVariableInspection
/
ImplicitIfNotNone.py
blob: 117517b7b10b936dfa61d687df6250da539038d2 [
file
] [
log
] [
blame
]
foo
=
True
def
bar
():
if
foo
:
#pass
print
1