Python: Fix queries and tests

This commit is contained in:
Taus
2025-11-26 13:59:23 +00:00
parent b9a5b3b628
commit cd1619b43e
4 changed files with 8 additions and 5 deletions

View File

@@ -1,5 +1,6 @@
import python
private import LegacyPointsTo
from SsaVariable var
from SsaVariableWithPointsTo var
where var.maybeUndefined()
select var.getDefinition().getLocation().getStartLine(), var.toString()