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