mirror of
https://github.com/github/codeql.git
synced 2026-03-27 17:58:17 +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
|