Files
codeql/ql/test/query-tests/RedundantCode/DeadStoreOfLocal
Chris Smowton 3b927f3b6b CFG: fix lastNode relating to assignments with underscores on the LHS
For example, "x, _ := a, b" would produce an incorrect CSV that branched to the next statement after evaluating "b", skipping the assignment to 'x'. We already had test coverage for function returns, so I'm reasonably confident this only affects parallel assigns, not destructuring ones like "x, y := f()".
2020-11-03 12:00:54 +00:00
..
2020-08-24 17:39:28 +01:00
2020-08-24 17:39:28 +01:00