mirror of
https://github.com/github/codeql.git
synced 2026-05-12 02:09:27 +02:00
6 lines
145 B
Plaintext
6 lines
145 B
Plaintext
/* For backwards compatibility */
|
|
import PointsTo::PointsTo as P
|
|
|
|
/** DEPRECATED: Use `PointsTo` instead */
|
|
deprecated module FinalPointsTo = P;
|