2017-06-27 12:15:00 -05:00

7 lines
76 B
JavaScript

import a from "assert";
export default () => {
a.foo();
return "b";
};