mirror of
https://github.com/github/codeql.git
synced 2026-04-16 12:34:02 +02:00
5 lines
78 B
JavaScript
5 lines
78 B
JavaScript
function f(x, arguments) {
|
|
if (x === arguments[0])
|
|
return 23;
|
|
return 42;
|
|
} |