Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
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