swc/crates/swc_ecma_minifier/tests/fixture/issues/4515/output.js

7 lines
126 B
JavaScript

B.c = {
get foo () {
for(var a = 1; a < 10; a++);
}
};
export function setGetChildNodes(getChildNodesImpl) {}