Files
bun-src/test/bundler/transpiler/react-compiler-fixtures/nested-function-discovery-if-test-expr.js
T
2026-08-27 21:09:14 +00:00

9 lines
108 B
JavaScript

// @compilationMode:"annotation"
if (
function useFoo() {
'use memo';
return [1, 2, 3];
}
) {
}