mirror of
https://github.com/github/codeql.git
synced 2026-02-14 14:11:20 +01:00
Mostly just adding `private import LegacyPointsTo`. Sometimes getting rid of other imports that are superceded by that module.
7 lines
141 B
Plaintext
7 lines
141 B
Plaintext
import python
|
|
private import LegacyPointsTo
|
|
|
|
from ClassValue cls, string reason
|
|
where Types::failedInference(cls, reason)
|
|
select cls, reason
|