mirror of
https://github.com/github/codeql.git
synced 2026-04-27 09:45:15 +02:00
We can safely create uninitialized writes for `self` variables, because they appear at index -1 in the entry block of a method, and are immediately overwritten by a write to `self` at index 0. As a result, they are not live and will be pruned from the CFG.