Sign in
android
/
platform
/
tools
/
idea
/
1aa2e09bdbd413eacb677e9fa4b50630530d0656
/
.
/
python
/
testData
/
refactoring
/
introduceVariable
/
backslash.py
blob: 611cd134f551a5aa7ff8b36445bbeb8e0ba2ded8 [
file
] [
log
] [
blame
]
def
f
(
x
):
return
<
selection
>
x
.
foo\
.
bar
</
selection
>.
baz
()