Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
python
/
testData
/
inspections
/
PyUnboundLocalVariableInspection
/
UnboundLoopVariable.py
blob: c3bc9d70f3b52dd880842685a60434fdb6e99f70 [
file
] [
log
] [
blame
]
for
i
,
x
in
enumerate
([]):
print
(
i
,
x
)
print
(<
warning descr
=
"Name 'i' can be not defined"
>
i
</
warning
>)
# fail