Files

4 lines
65 B
JavaScript
Vendored

function bar(a, extLambda) {
return extLambda(a, 4, "boo")
}