Sign in
android
/
platform
/
tools
/
idea
/
refs/heads/android10-mainline-resolv-release
/
.
/
python
/
testData
/
quickFixes
/
PyRemoveAssignmentQuickFixTest
/
emptyFunction.py
blob: be5b4c94dd40267f42d74d852774715b2bb4e0bc [
file
] [
log
] [
blame
] [
edit
]
def
foo
():
pass
a
=
<
caret
>
foo
()