Files
codeql/java/ql/test/library-tests/reflection/InferClassParameter.ql
2018-08-30 10:48:05 +01:00

7 lines
189 B
Plaintext

import java
import semmle.code.java.Reflection
from Type inferredType, Expr expr
where inferredType = inferClassParameterType(expr) and inferredType.fromSource()
select inferredType, expr