mirror of
https://github.com/github/codeql.git
synced 2025-12-19 18:33:16 +01:00
9 lines
156 B
Plaintext
9 lines
156 B
Plaintext
import csharp
|
|
|
|
from Virtualizable v1, Virtualizable v2
|
|
where
|
|
v1 = v2.getAnUltimateImplementor() and
|
|
v1.fromSource() and
|
|
v2.fromSource()
|
|
select v1, v2
|