mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
8 lines
129 B
Plaintext
8 lines
129 B
Plaintext
import csharp
|
|
|
|
from Class c, Interface i
|
|
where
|
|
c.getName().matches("Inheritance%") and
|
|
i = c.getABaseInterface()
|
|
select c, i
|