4 lines
70 B
JavaScript
Vendored
4 lines
70 B
JavaScript
Vendored
function bar(a, extLambda) {
|
|
return extLambda.call(a, 4, "boo")
|
|
}
|