mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-27 17:15:38 +07:00
GitOrigin-RevId: 03b1a49f8ecfd7c765ed2900b2adf14b07709a5f
6 lines
82 B
Python
6 lines
82 B
Python
def e() -> BaseException:
|
|
return BaseException()
|
|
|
|
def _():
|
|
e().foo<caret>
|