mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
10 lines
137 B
Plaintext
10 lines
137 B
Plaintext
/**
|
|
* @name Test for overrides
|
|
*/
|
|
import csharp
|
|
|
|
from MethodCall mc, Method m
|
|
where mc.getTarget() = m
|
|
and m.fromSource()
|
|
select mc, m
|