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