Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
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
>