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