Files
codeql/java/ql/test-kotlin2/library-tests/arrays-with-variances/User.java
2023-11-17 14:07:13 +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.
}
}