Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
python
/
testData
/
inspections
/
PyUnresolvedReferencesInspection
/
augAssignmentDefinedInOuterScope.py
blob: 73aa9f4d71f7ce0e39ddb0661aa4e666417b8371 [
file
] [
log
] [
blame
]
x
=
1
def
f
():
<
error descr
=
"Unresolved reference 'x'"
>
x
</
error
>
+=
1