Sign in
android
/
platform
/
tools
/
idea
/
0344e5a53350b4034fea4fa275fd25a87107b334
/
.
/
python
/
testData
/
refactoring
/
introduceParameter
/
localVariable1.py
blob: a1c0d883a1af2c3cf394f3741c6a2693878544d5 [
file
] [
log
] [
blame
]
def
f
():
a
=
1
print
<
caret
>
a
+
3