mirror of
https://github.com/github/codeql.git
synced 2025-12-17 09:13:20 +01:00
12 lines
242 B
Java
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.
|
|
|
|
}
|
|
|
|
}
|