mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
8 lines
154 B
Plaintext
8 lines
154 B
Plaintext
import csharp
|
|
|
|
from Virtualizable v1, Virtualizable v2
|
|
where v1 = v2.getAnUltimateImplementor()
|
|
and v1.fromSource()
|
|
and v2.fromSource()
|
|
select v1, v2
|