mirror of
https://github.com/github/codeql.git
synced 2025-12-21 11:16:30 +01:00
Restore check for Array<T> type argument
This commit is contained in:
committed by
Ian Lynagh
parent
dd3bb053e5
commit
8acf7d74c1
@@ -509,7 +509,7 @@ class X {
|
||||
}
|
||||
*/
|
||||
|
||||
s.isBoxedArray || s.isPrimitiveArray() -> {
|
||||
(s.isBoxedArray && s.arguments.isNotEmpty()) || s.isPrimitiveArray() -> {
|
||||
// TODO: fix this, this is only a dummy implementation to let the tests pass
|
||||
// TODO: Figure out what signatures should be returned
|
||||
// TODO: Generate a short name for array types
|
||||
|
||||
Reference in New Issue
Block a user