mirror of
https://github.com/github/codeql.git
synced 2025-12-19 10:23:15 +01:00
Array<*> can't be queried for an argument type, and IntArray doesn't have an argument at all; both were previously causing the extractor to fail to extract the whole file due to throwing an exception.
5 lines
44 B
Plaintext
5 lines
44 B
Plaintext
import java
|
|
|
|
from MethodAccess ma
|
|
select ma
|