Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
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