diff --git a/java/ql/test/query-tests/security/CWE-352/CONSISTENCY/typeParametersInScope.expected b/java/ql/test/query-tests/security/CWE-352/CONSISTENCY/typeParametersInScope.expected new file mode 100644 index 000000000000..687ce6747212 --- /dev/null +++ b/java/ql/test/query-tests/security/CWE-352/CONSISTENCY/typeParametersInScope.expected @@ -0,0 +1 @@ +| Type new Customizer>(...) { ... } uses out-of-scope type variable B. Note the Java extractor is known to sometimes do this; the Kotlin extractor should not. |