Files
codeql/python/ql/test/library-tests/ControlFlow/ssa/undefined/test.ql
2025-11-26 17:06:55 +00:00

7 lines
177 B
Plaintext

import python
private import LegacyPointsTo
from SsaVariableWithPointsTo var
where var.maybeUndefined()
select var.getDefinition().getLocation().getStartLine(), var.toString()