Skip to content

Commit 8b7f176

Browse files
committed
Expand a comment
1 parent 5afd447 commit 8b7f176

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/ql/lib/semmle/javascript/internal/TypeResolution.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ module TypeResolution {
5555
content.isUnknownArrayElement()
5656
)
5757
or
58-
// Ad-hoc support for array types
58+
// Ad-hoc support for array types. We don't support generics in general currently, we just special-case arrays.
5959
content.isUnknownArrayElement() and
6060
(
6161
memberType = host.(ArrayTypeExpr).getElementType()

0 commit comments

Comments
 (0)