mirror of
https://github.com/facebook/react.git
synced 2026-02-26 07:55:55 +00:00
23 lines
372 B
JavaScript
23 lines
372 B
JavaScript
function Component(props) {
|
|
foo();
|
|
if (props) {
|
|
{
|
|
for (;;) {
|
|
while (true) {
|
|
do {
|
|
function foo() {
|
|
bar();
|
|
if (props) {
|
|
const _ = function bar() {};
|
|
}
|
|
}
|
|
break;
|
|
} while (true);
|
|
break;
|
|
}
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|