Barthélémy Ledoux f651f22f96 fix: lost leading comment after named import (#10901)
* create test for 10892

* update expected output

* fixed #10892

* add colon to restart build

* remove colon as it makes tests fail
2019-12-22 10:22:28 +01:00

8 lines
70 B
JavaScript

import { foo } from "bar"
/**
* lost comment
*/
export default {
}