Files
2024-04-02 16:49:31 -07:00

7 lines
80 B
JavaScript

function component() {
let x = function (a) {
a.foo();
};
return x;
}