File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed
python/ql/test/3/library-tests/PointsTo/typehints Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 2020| test.py:10:15:10:17 | test.py:10 | ControlFlowNode for int | import | file://:0:0:0:0 | builtin-class int |
2121| test.py:10:20:10:22 | test.py:10 | ControlFlowNode for int | import | file://:0:0:0:0 | builtin-class int |
2222| test.py:12:1:12:12 | test.py:12 | ControlFlowNode for ClassExpr | import | test.py:12:1:12:12 | class baz |
23- | test.py:14 :7:14 :10 | test.py:14 | ControlFlowNode for True | import | file://:0:0:0:0 | bool True |
24- | test.py:15 :11:15 :13 | test.py:15 | ControlFlowNode for baz | import | file://:0:0:0:0 | class baz[class baz] |
25- | test.py:15 :11:15 :13 | test.py:15 | ControlFlowNode for baz | import | test.py:12:1:12:12 | class baz |
26- | test.py:15 :11:15 :18 | test.py:15 | ControlFlowNode for Subscript | import | file://:0:0:0:0 | class baz[class baz] |
27- | test.py:15 :15:15 :17 | test.py:15 | ControlFlowNode for baz | import | file://:0:0:0:0 | class baz[class baz] |
28- | test.py:15 :15:15 :17 | test.py:15 | ControlFlowNode for baz | import | test.py:12:1:12:12 | class baz |
23+ | test.py:15 :7:15 :10 | test.py:15 | ControlFlowNode for True | import | file://:0:0:0:0 | bool True |
24+ | test.py:16 :11:16 :13 | test.py:16 | ControlFlowNode for baz | import | file://:0:0:0:0 | class baz[class baz] |
25+ | test.py:16 :11:16 :13 | test.py:16 | ControlFlowNode for baz | import | test.py:12:1:12:12 | class baz |
26+ | test.py:16 :11:16 :18 | test.py:16 | ControlFlowNode for Subscript | import | file://:0:0:0:0 | class baz[class baz] |
27+ | test.py:16 :15:16 :17 | test.py:16 | ControlFlowNode for baz | import | file://:0:0:0:0 | class baz[class baz] |
28+ | test.py:16 :15:16 :17 | test.py:16 | ControlFlowNode for baz | import | test.py:12:1:12:12 | class baz |
Original file line number Diff line number Diff line change @@ -11,5 +11,6 @@ def bar(s:set)->Set:
1111
1212class baz ():
1313 pass
14+
1415while True :
1516 baz = baz [baz ]
You can’t perform that action at this time.
0 commit comments