mirror of
https://github.com/github/codeql.git
synced 2025-12-21 11:16:30 +01:00
QL code and tests for C#/C++/JavaScript.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
function defaultVal(x) {
|
||||
return x+19;
|
||||
}
|
||||
|
||||
function f(x, y = defaultVal(x)) {
|
||||
return x*y;
|
||||
}
|
||||
Reference in New Issue
Block a user