Files
openide/python/testData/keywordCompletion/elseInTryNotIndented.after.py
T

5 lines
45 B
Python

try:
a = 1
except:
a = 2
else:<caret>