mirror of
https://github.com/github/codeql.git
synced 2026-03-26 09:18:16 +01:00
7 lines
123 B
Plaintext
7 lines
123 B
Plaintext
import csharp
|
|
|
|
from Class c, Interface i
|
|
where c.getName().matches("Inheritance%")
|
|
and i=c.getABaseInterface()
|
|
select c, i
|