Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
python
/
testData
/
copyPaste
/
multiLine
/
IndentIfElse.src.py
blob: 2cdf63ce0199d9d4f93b95c0b8436014b1d36442 [
file
] [
log
] [
blame
]
def
f
():
if
False
:
<
selection
>
print
(
0.1
)
else
:
print
(
0.1
)
</
selection
>