react-code-dataset
/
next.js
/turbopack
/crates
/turbopack-ecmascript
/tests
/analyzer
/graph
/fn-array-2
/input.js
| function c(a, b) { | |
| var x = b; | |
| return [`${a}${x}`, a]; | |
| } | |
| const d = c("1", "2"); | |
| const [e, f] = d; | |