Browse Source

Whoops, tabs, not spaces

legacy-quote-reserved-properties
Permutator 8 years ago
parent
commit
1d51b06592
No known key found for this signature in database GPG Key ID: 763F7A2F18CAB33E
  1. 4
      test/function/includes-internally-used-default-export/module.js

4
test/function/includes-internally-used-default-export/module.js

@ -1,7 +1,7 @@
export default function a() {
return 5;
return 5;
}
export function b() {
return a() + 10;
return a() + 10;
}

Loading…
Cancel
Save