Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
idea
/
814f829cd44c28c7045e08b15bd7ee08890cbd80
/
.
/
python
/
testData
/
keywordCompletion
/
finallyInElse.py
blob: 5f170c7c26d19e1a1654e8c380f913c64104a93e [
file
] [
log
] [
blame
]
Tor Norbye
814f829
2014-03-06 17:27:18 -0800
[
diff
] [
blame^
]
1
def
f
():
2
try
:
3
a
=
1
4
except
:
5
b
=
1
6
else
:
7
c
=
1
8
fin
<
caret
>