mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
Update javascript/ql/src/semmle/javascript/Variables.qll
Co-Authored-By: Asger F <asgerf@github.com>
This commit is contained in:
@@ -689,7 +689,7 @@ class Parameterized extends @parameterized, Documentable {
|
||||
* var [ a, b ] = rest;
|
||||
* var c;
|
||||
* try {
|
||||
* x.m();
|
||||
* x.m();
|
||||
* } catch(e) {} // `e` is a parameter declaration
|
||||
* }
|
||||
* ```
|
||||
|
||||
Reference in New Issue
Block a user