mirror of
https://github.com/facebook/react.git
synced 2026-02-26 04:04:59 +00:00
8 lines
82 B
JavaScript
8 lines
82 B
JavaScript
function component() {
|
|
function x(a) {
|
|
a.foo();
|
|
}
|
|
x = {};
|
|
return x;
|
|
}
|