mirror of
https://github.com/github/codeql.git
synced 2026-03-23 07:56:54 +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
|