Browse Source

gah 0.12

gh-669
Rich-Harris 9 years ago
parent
commit
18d3ad0ab2
  1. 2
      test/function/deshadowed-shorthand-property/main.js

2
test/function/deshadowed-shorthand-property/main.js

@ -1,7 +1,7 @@
import foo from './foo.js'; import foo from './foo.js';
function x () { function x () {
const answer = foo(); var answer = foo();
return { answer }; return { answer };
} }

Loading…
Cancel
Save