mirror of
https://github.com/github/codeql.git
synced 2026-02-15 06:23:42 +01:00
9 lines
195 B
Plaintext
9 lines
195 B
Plaintext
import python
|
|
private import LegacyPointsTo
|
|
|
|
from ClassObject cls, ClassObject l, ClassObject r
|
|
where
|
|
not cls.isC() and
|
|
r = cls.nextInMro(l)
|
|
select cls.toString(), l.toString(), r.toString()
|