Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
highlighting
/
continueInFinallyBlock.py
blob: a1615782d8c22e64b3c5b60ef78eb5fa05a10065 [
file
] [
log
] [
blame
]
while
True
:
try
:
print
"a"
finally
:
<
error descr
=
"'continue' not supported inside 'finally' clause"
>
continue
</
error
>