mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 06:05:01 +07:00
PY-1430 Recognize that 'assert False' breaks control flow
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
assert false
|
||||
print("Unreachable")
|
||||
assert False
|
||||
print("Unreachable2")
|
||||
@@ -0,0 +1,6 @@
|
||||
0(1) element: null
|
||||
1(5) READ ACCESS: false
|
||||
2(3) element: PyPrintStatement
|
||||
3(5) READ ACCESS: False
|
||||
4(5) element: PyPrintStatement
|
||||
5() element: null
|
||||
Reference in New Issue
Block a user