mirror of
https://github.com/github/codeql.git
synced 2025-12-20 02:44:30 +01:00
8 lines
185 B
Plaintext
8 lines
185 B
Plaintext
import cil::CIL
|
|
|
|
from UnboundGenericMethod f, ConstructedMethod fc
|
|
where
|
|
fc.getUnboundMethod() = f and
|
|
f.getQualifiedName() = "Methods.Class1.F"
|
|
select f, fc, fc.getTypeArgument(0)
|