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