mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
9 lines
183 B
Plaintext
9 lines
183 B
Plaintext
import python
|
|
private import LegacyPointsTo
|
|
|
|
from ClassObject cls, ClassObject meta
|
|
where
|
|
not cls.isBuiltin() and
|
|
meta = cls.getMetaClass()
|
|
select cls.toString(), meta.toString()
|