mirror of
https://github.com/github/codeql.git
synced 2026-02-12 21:21:16 +01:00
5 lines
86 B
JavaScript
5 lines
86 B
JavaScript
function f({ x, ...ys }) {
|
|
return ys;
|
|
}
|
|
|
|
// semmle-extractor-options: --experimental
|