mirror of
https://github.com/github/codeql.git
synced 2025-12-20 18:56:32 +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.
10 lines
327 B
Plaintext
10 lines
327 B
Plaintext
| test.kt:5:14:5:14 | hasNext(...) |
|
|
| test.kt:5:14:5:14 | iterator(...) |
|
|
| test.kt:5:14:5:14 | next(...) |
|
|
| test.kt:6:14:6:14 | hasNext(...) |
|
|
| test.kt:6:14:6:14 | iterator(...) |
|
|
| test.kt:6:14:6:14 | next(...) |
|
|
| test.kt:7:14:7:14 | hasNext(...) |
|
|
| test.kt:7:14:7:14 | iterator(...) |
|
|
| test.kt:7:14:7:14 | next(...) |
|