Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
python
/
testData
/
quickFixes
/
PyRemoveParameterQuickFixTest
/
param.py
blob: 1a8953fa93289724e00b1d0cf63160bc18ee5c77 [
file
] [
log
] [
blame
]
def
foo
(
r
<
caret
>):
def
a
():
pass
x
=
1
x
=
2