mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-05 21:53:58 +07:00
GitOrigin-RevId: 5a8dba3a51b7e9d415deb5401213ad3b79ddd3c5
4 lines
194 B
Python
4 lines
194 B
Python
def test_exit():
|
|
exit()
|
|
<warning descr="This code is unreachable">print("should be reported as unreachable")</warning>
|
|
<warning descr="This code is unreachable">return True</warning> |