Test case details

Preparation Code

Test cases

Test #1

function foo(bar) { return bar; }

Test #2

const foo = (bar) => bar;