We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc28bb5 commit 6059994Copy full SHA for 6059994
1 file changed
javascript/ql/test/query-tests/LanguageFeatures/SpuriousArguments/reflection.js
@@ -4,7 +4,7 @@ function f1(x) {return;}
4
f0.call();
5
f0.call(this);
6
f0.call(this, 1); // $ Alert
7
-f0.call(this, 1, 2);
+f0.call(this, 1, 2); // $ Alert
8
9
f1.call();
10
f1.call(this);
0 commit comments