Files
codeql/java/ql/test-kotlin1/library-tests/arrays-with-variances/User.java
2023-11-21 15:28:12 +00:00

12 lines
242 B
Java

public class User {
public static void test() {
TakesArrayList tal = new TakesArrayList();
tal.invarArray(null);
// Using one method suffices to get the extractor to describe all the methods defined on takesArrayList.
}
}