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