Files
openide/python/testData/postfix/editable/editableTemplateExceptionCall.py
2023-03-07 18:56:25 +00:00

6 lines
82 B
Python

def e() -> BaseException:
return BaseException()
def _():
e().foo<caret>