mirror of
https://github.com/github/codeql.git
synced 2026-05-05 13:45:19 +02:00
JS: Benign test updates
This commit is contained in:
@@ -55,7 +55,7 @@
|
||||
sink(ary); // OK - its the array itself, not an element.
|
||||
});
|
||||
|
||||
sink(arr[0]); // OK - tuple like usage.
|
||||
sink(arr[0]); // NOT OK
|
||||
|
||||
for (const x of arr) {
|
||||
sink(x); // NOT OK
|
||||
|
||||
Reference in New Issue
Block a user